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 f0c4ba4 commit 7c98ae2Copy full SHA for 7c98ae2
httpd-server/Dockerfile
@@ -5,4 +5,6 @@ COPY index.html /www/index.html
5
6
EXPOSE 8080
7
8
+# A comment.
9
+
10
CMD ["httpd", "-f", "-p", "8080", "-h", "/www"]
0 commit comments