提交 8ec527c3 编写于 作者: S Sebastian Florek 提交者: GitHub

Fix head image (#1930)

* Fix head image

* Remove port argument as 9090 is used by default
上级 7d2b3803
此差异已折叠。
......@@ -27,4 +27,4 @@ ADD . /
# The port that the application listens on.
# TODO(bryk): Parametrize this argument so that other build tools are aware of the exposed port.
EXPOSE 9090
ENTRYPOINT ["/dashboard", "--port=9090"]
ENTRYPOINT ["/dashboard", "--insecure-bind-address=0.0.0.0"]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册