Fix backend Dockerfile (#336)

This commit is contained in:
Dmitriy Zagrebin
2021-04-23 11:51:09 +04:00
committed by GitHub
parent 089352c73e
commit 93e33fd3f7
+1 -1
View File
@@ -21,4 +21,4 @@ RUN apt-get -y update && apt-get -y install openssl && apt-get autoremove -y &&
EXPOSE 8000
ENTRYPOINT ["telemetry"]
ENTRYPOINT ["telemetry", "--listen", "0.0.0.0:8000"]