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

Update Dockerfile

parent 3b0e83f7
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 #58624 failed
......@@ -28,6 +28,10 @@ WORKDIR /var/www/html
RUN git clone https://gitlab.in2p3.fr/cc-in2p3-dev/TMS tms
WORKDIR /var/www/html/tms/tms
RUN cp nginx.conf /etc/nginx/nginx.conf
RUN cp symfony.conf /etc/nginx/conf.d/symfony.conf
RUN mv .env.template .env
RUN ls -ahl
......@@ -45,8 +49,7 @@ RUN $HOME/.yarn/bin/yarn install --ignore-engines
RUN $HOME/.yarn/bin/yarn encore dev
COPY /var/www/html/tms/tms/nginx.conf /etc/nginx/
COPY /var/www/html/tms/tms/symfony.conf /etc/nginx/conf.d/
RUN echo "upstream php-upstream { server php:9001; }" > /etc/nginx/conf.d/upstream.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