Compare commits
2 Commits
349df7eb17
...
499eed49e0
Author | SHA1 | Date | |
---|---|---|---|
499eed49e0 | |||
90899c0e64 |
@ -4,4 +4,4 @@ WORKDIR /usr/src/app
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . .
|
||||
ENTRYPOINT ["python", "entrypoint.py"]
|
||||
ENTRYPOINT ["python", "main.py"]
|
||||
|
Loading…
Reference in New Issue
Block a user