Compare commits
No commits in common. "90d5d957e022057ed434e1455fe1265ac64cc3af" and "5c1a8a3a5e81d480cad6293798e7c4c3381bd1ce" have entirely different histories.
90d5d957e0
...
5c1a8a3a5e
@ -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 -r requirements.txt
|
||||
RUN venv/bin/pip3 install requirements.txt
|
||||
COPY . .
|
||||
|
||||
ENTRYPOINT [ "venv/bin/python3", "main.py" ]
|
Loading…
Reference in New Issue
Block a user