Compare commits
2 Commits
f0c1f1a935
...
9ead345f05
Author | SHA1 | Date | |
---|---|---|---|
9ead345f05 | |||
![]() |
17858ba868 |
@ -9,6 +9,6 @@ RUN venv/bin/pip3 install --no-cache --upgrade pip setuptools
|
||||
RUN mkdir /code
|
||||
WORKDIR /code
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN venv/bin/pip install requirements.txt
|
||||
RUN venv/bin/pip3 install requirements.txt
|
||||
|
||||
ENTRYPOINT [ "venv/bin/python3", "main.py" ]
|
Loading…
Reference in New Issue
Block a user