We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4285d33 commit f4cc542Copy full SHA for f4cc542
Dockerfile
@@ -10,4 +10,4 @@ COPY docker/html/index.html /html/index.html
10
EXPOSE 80
11
12
ENTRYPOINT ["/server"]
13
-CMD ["0.0.0.0", "80", "/", "/html"]
+CMD ["--host", "0.0.0.0", "--port", "80", "--mount", "/:./html"]
0 commit comments