Skip to content

Commit

Permalink
Python should run unbuffered
Browse files Browse the repository at this point in the history
  • Loading branch information
rameezk committed Sep 28, 2022
1 parent c148897 commit b970aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ ENV PATH /app/.venv/bin:$PATH
COPY twitter ./twitter
COPY scrub.py entrypoint.sh ./

ENV PYTHONUNBUFFERED=1
ENTRYPOINT ["./entrypoint.sh"]

0 comments on commit b970aca

Please sign in to comment.