Compare commits
No commits in common. "a2092465138aa1778a822130865b545892f03eb2" and "0922b5a4a4232c3601502fa832d1598e001757c0" have entirely different histories.
a209246513
...
0922b5a4a4
@ -4,5 +4,4 @@ WORKDIR /usr/src/app
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . .
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
ENTRYPOINT ["python", "main.py"]
|
||||
|
Loading…
Reference in New Issue
Block a user