fix
This commit is contained in:
parent
317b371977
commit
8e193e2e87
@ -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" ]
|
Loading…
Reference in New Issue
Block a user