Browse Source

Merge branch 'master' of github.com:hastic/hastic-server

pull/1/head
Coin de Gamma 5 years ago
parent
commit
e345c158f4
  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