Skip to content

Commit

Permalink
Merge pull request #226 from NNTin/dev
Browse files Browse the repository at this point in the history
Ensure Heroku compatibility and slight logging change in Docker containers
  • Loading branch information
NNTin authored Jan 19, 2021
2 parents ac487c9 + 85b5dd9 commit a842408
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ RUN \
/tmp/* \
/var/cache/apk/*

CMD ["python", "bot/main.py"]
CMD ["python", "-u", "bot/main.py"]

1 change: 0 additions & 1 deletion runtime.txt

This file was deleted.

0 comments on commit a842408

Please sign in to comment.