Skip to content

Commit

Permalink
Use unbuffered output
Browse files Browse the repository at this point in the history
  • Loading branch information
bojleros authored Oct 29, 2018
1 parent 8d031b9 commit 3bbccda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ RUN mkdir /app
COPY main.py /app
WORKDIR /app
ENTRYPOINT ["python3"]
CMD ["main.py"]
CMD ["-u", "main.py"]

0 comments on commit 3bbccda

Please sign in to comment.