Skip to content

Commit f4cc542

Browse files
committed
Fix Dockerfile problem with CMD
1 parent 4285d33 commit f4cc542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ COPY docker/html/index.html /html/index.html
1010
EXPOSE 80
1111

1212
ENTRYPOINT ["/server"]
13-
CMD ["0.0.0.0", "80", "/", "/html"]
13+
CMD ["--host", "0.0.0.0", "--port", "80", "--mount", "/:./html"]

0 commit comments

Comments
 (0)