Compare commits
No commits in common. "499eed49e0aad09542c41d8aa458f8cba8104e75" and "349df7eb17f3e88221e39b78b244b6fec81a999d" have entirely different histories.
499eed49e0
...
349df7eb17
@ -4,4 +4,4 @@ WORKDIR /usr/src/app
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . .
|
||||
ENTRYPOINT ["python", "main.py"]
|
||||
ENTRYPOINT ["python", "entrypoint.py"]
|
||||
|
Loading…
Reference in New Issue
Block a user