Skip to content

Commit

Permalink
Merge pull request #57 from MiguelNdeCarvalho/fix-prints-inside-docker
Browse files Browse the repository at this point in the history
Fix prints in container logs
  • Loading branch information
MiguelNdeCarvalho authored Apr 9, 2021
2 parents 10e8b4d + 2a09477 commit 505f429
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 @@ -17,6 +17,6 @@ RUN chown -R speedtest:speedtest /app

USER speedtest

CMD ["python", "exporter.py"]
CMD ["python", "-u", "exporter.py"]

HEALTHCHECK --timeout=10s CMD wget --no-verbose --tries=1 --spider http://localhost:${SPEEDTEST_PORT:=9798}/

0 comments on commit 505f429

Please sign in to comment.