1
0
mirror of synced 2025-10-20 02:29:24 +03:00

Fix Dockerfile problem with CMD

This commit is contained in:
yhirose
2025-08-26 22:17:54 -04:00
parent 4285d33992
commit f4cc542d4b

View File

@@ -10,4 +10,4 @@ COPY docker/html/index.html /html/index.html
EXPOSE 80
ENTRYPOINT ["/server"]
CMD ["0.0.0.0", "80", "/", "/html"]
CMD ["--host", "0.0.0.0", "--port", "80", "--mount", "/:./html"]