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

MAJ

parent fff61994
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ RUN addgroup www-data root
RUN mkdir -p /tmp/socket/
RUN cp php7.4-fpm.sock /tmp/socket/php7.4-fpm.sock
RUN chown www-data /tmp/socket/php7.4-fpm.sock
RUN chmod g+rwx /tmp/socket/php7.4-fpm.sock
RUN chmod 777 /tmp/socket/php7.4-fpm.sock
RUN ls -alh
RUN rm /etc/nginx/sites-available/default
......
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