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

Update Dockerfile

parent b4338a64
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
...@@ -15,4 +15,4 @@ RUN apk add --no-cache --virtual .php-tools composer yarn npm \ ...@@ -15,4 +15,4 @@ RUN apk add --no-cache --virtual .php-tools composer yarn npm \
&& yarn encore dev \ && yarn encore dev \
&& apk del .php-tools && apk del .php-tools
RUN echo ".php .php3 .php4 .php5 .php6 .php7 .html .htm" >> /usr/local/etc/php-fpm.d/www-conf RUN echo "security.limit_extensions = .php .php3 .php4 .php5 .php6 .php7 .html .htm" >> /usr/local/etc/php-fpm.d/www-conf
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