Compare commits
No commits in common. "9ead345f05b5895ae1d4fc5f9d335e268c4941d4" and "f0c1f1a9358ad83c4d4a4e588fc505ea51cd1c59" have entirely different histories.
9ead345f05
...
f0c1f1a935
@ -9,6 +9,6 @@ RUN venv/bin/pip3 install --no-cache --upgrade pip setuptools
|
|||||||
RUN mkdir /code
|
RUN mkdir /code
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
COPY requirements.txt requirements.txt
|
COPY requirements.txt requirements.txt
|
||||||
RUN venv/bin/pip3 install requirements.txt
|
RUN venv/bin/pip install requirements.txt
|
||||||
|
|
||||||
ENTRYPOINT [ "venv/bin/python3", "main.py" ]
|
ENTRYPOINT [ "venv/bin/python3", "main.py" ]
|
Loading…
Reference in New Issue
Block a user