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

Update Dockerfile

parent 4986c456
No related branches found
No related tags found
No related merge requests found
...@@ -42,12 +42,12 @@ WORKDIR /usr/share/nginx/html ...@@ -42,12 +42,12 @@ WORKDIR /usr/share/nginx/html
RUN git clone https://gitlab.in2p3.fr/cc-in2p3-dev/TMS tms RUN git clone https://gitlab.in2p3.fr/cc-in2p3-dev/TMS tms
WORKDIR /usr/share/nginx/html/tms WORKDIR /usr/share/nginx/html/tms
RUN mv tms/* . RUN mv tms/* .
RUN mv tms/env.template .env
RUN ls -alh RUN ls -alh
RUN cp symfony.conf /etc/nginx/conf.d/symfony.conf RUN cp symfony.conf /etc/nginx/conf.d/symfony.conf
RUN mv .env.template .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