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 2465380 commit 023df90Copy full SHA for 023df90
Dockerfile
@@ -42,7 +42,7 @@ COPY --from=builder /app/apps/documentation/nginx.conf /etc/nginx/conf.d/default
42
43
# support running as arbitrary user which belogs to the root group
44
RUN chmod g+rwx /var/cache/nginx /var/run /var/log/nginx && \
45
- chown nginx.root /var/cache/nginx /var/run /var/log/nginx && \
+ chown nginx:nginx /var/cache/nginx /var/run /var/log/nginx && \
46
# comment user directive as master process is run as user in OpenShift anyhow
47
sed -i.bak 's/^user/#user/' /etc/nginx/nginx.conf && \
48
# Make /etc/nginx/html/ available to use
0 commit comments