Updated Dockerfile to print out Python output.
This commit is contained in:
parent
6021d6e1b0
commit
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