Skip to content

Commit 620ebcc

Browse files
authored
Fix for OCP4 (#29)
* Fix for OCP4 * Move chmod 0777 /run to same line
1 parent 32d5e49 commit 620ebcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: openshift/templates/nginx-runtime/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY nginx.conf.template /tmp/
1515
COPY fetch_env.js /tmp/
1616

1717
# Fix up permissions
18-
RUN chmod -R 0777 /tmp /var /run /etc /mnt /usr/libexec/s2i/
18+
RUN chmod -R 0777 /tmp /var /etc /mnt /usr/libexec/s2i/ && chmod 0777 /run
1919

2020
# Nginx runs on port 8080 by default
2121
EXPOSE 8080

0 commit comments

Comments
 (0)