Compare commits
2 Commits
5c1a8a3a5e
...
90d5d957e0
Author | SHA1 | Date | |
---|---|---|---|
90d5d957e0 | |||
![]() |
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