Browse Source

Can't see analytics' stderr in docker logs #399 (#400)

pull/1/head
rozetko 5 years ago committed by GitHub
parent
commit
d9b2e95d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      analytics/Dockerfile

2
analytics/Dockerfile

@ -17,4 +17,4 @@ VOLUME [ "/var/www/data" ]
COPY . /var/www/analytics/
CMD ["python", "bin/server"]
CMD ["python", "-u", "bin/server"]

Loading…
Cancel
Save