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 483cf6a commit a4b8426Copy full SHA for a4b8426
Dockerfile
@@ -37,6 +37,6 @@ RUN chown -R ${USERNAME}:${USERNAME} /var/cache/nginx && \
37
chown -R ${USERNAME}:${USERNAME} /etc/nginx/conf.d
38
RUN touch /var/run/nginx.pid && chown -R ${USERNAME}:${USERNAME} /var/run/nginx.pid
39
40
-USER ${USERNAME}
+#USER ${USERNAME}
41
42
EXPOSE 80
0 commit comments