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 6f1b09e commit b2e313fCopy full SHA for b2e313f
Dockerfile
@@ -10,4 +10,4 @@ ADD ./dist/ /usr/share/nginx/html
10
11
EXPOSE 8080
12
13
-CMD nginx -g 'daemon off;'
+CMD exec nginx -g 'daemon off;'
0 commit comments