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

Update Dockerfile

parent 1d003160
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 #58535 failed
......@@ -16,8 +16,11 @@ RUN echo "opcache.interned_strings_buffer=8" >> /usr/local/etc/php/conf.d/opcach
RUN echo "opcache.max_accelerated_files=4000" >> /usr/local/etc/php/conf.d/opcache.ini
RUN echo "opcache.fast_shutdown=1" >> /usr/local/etc/php/conf.d/opcache.ini
RUN rm -f /usr/local/etc/php/conf.d/xdebug.ini
RUN pwd
RUN ls
WORKDIR tms
RUN pwd
RUN echo "${env_test}" > .env
......
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