Skip to content
Snippets Groups Projects
Commit 03e4fb2f authored by Cyril L'Orphelin's avatar Cyril L'Orphelin
Browse files

MAJ

parent ae7ad5e9
No related branches found
No related tags found
3 merge requests!5Module Tapes : Try fixing bug 'Mixed Content The page at was loaded over...,!3Openshift deployment,!2Openshift deployment
Pipeline #60899 failed
...@@ -27,7 +27,8 @@ RUN useradd -ms /bin/bash nginx ...@@ -27,7 +27,8 @@ RUN useradd -ms /bin/bash nginx
RUN addgroup nginx root RUN addgroup nginx root
# support running as arbitrary user which belongs to the root group # support running as arbitrary user which belongs to the root group
RUN chmod g+rwx /var/cache /var/run /var/log /var/lib/nginx RUN chmod g+rwx /var/cache /var/run /var/log /var/lib/nginx
RUN touch /tmp/socket/php7.4-fpm.sock
RUN chmod g+rwx /tmp/socket/php7.4-fpm.sock
WORKDIR /etc/nginx WORKDIR /etc/nginx
RUN ls -alh RUN ls -alh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment