Compare commits
2 commits
1604ce953d
...
d140cfc615
| Author | SHA1 | Date | |
|---|---|---|---|
| d140cfc615 | |||
| 55302a3be6 |
1 changed files with 1 additions and 1 deletions
|
|
@ -10,4 +10,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||||
COPY main.py .
|
COPY main.py .
|
||||||
|
|
||||||
# Run script
|
# Run script
|
||||||
CMD ["python", "main.py"]
|
CMD ["python", "-u", "main.py"]
|
||||||
Loading…
Add table
Reference in a new issue