We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d5e49 commit 620ebccCopy full SHA for 620ebcc
openshift/templates/nginx-runtime/Dockerfile
@@ -15,7 +15,7 @@ COPY nginx.conf.template /tmp/
15
COPY fetch_env.js /tmp/
16
17
# Fix up permissions
18
-RUN chmod -R 0777 /tmp /var /run /etc /mnt /usr/libexec/s2i/
+RUN chmod -R 0777 /tmp /var /etc /mnt /usr/libexec/s2i/ && chmod 0777 /run
19
20
# Nginx runs on port 8080 by default
21
EXPOSE 8080
0 commit comments