Merge pull request 'fix' (#7) from master into dev
Reviewed-on: https://gitea.sprinthub.ru/self/certupdater/pulls/7
This commit was merged in pull request #7.
This commit is contained in:
@@ -9,7 +9,7 @@ RUN venv/bin/python3 -m ensurepip
|
||||
RUN venv/bin/pip3 install --no-cache --upgrade pip setuptools
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN venv/bin/pip3 install requirements.txt
|
||||
RUN venv/bin/pip3 install -r requirements.txt
|
||||
COPY . .
|
||||
|
||||
ENTRYPOINT [ "venv/bin/python3", "main.py" ]
|
||||
Reference in New Issue
Block a user