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 7ddde6b commit c2e3f4bCopy full SHA for c2e3f4b
Dockerfile
@@ -4,4 +4,4 @@ EXPOSE 80
4
5
copy dist /usr/share/nginx/html/
6
7
-ENTRYPOINT [ "sh", "-c", "nginx" ]
+cmd "nginx"
0 commit comments