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