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

Update Dockerfile

parent c02a971e
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 #58573 failed
...@@ -23,7 +23,6 @@ RUN rm -f /usr/local/etc/php/conf.d/xdebug.ini ...@@ -23,7 +23,6 @@ RUN rm -f /usr/local/etc/php/conf.d/xdebug.ini
WORKDIR /var/www/html WORKDIR /var/www/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
RUN ls -lah
WORKDIR /var/www/html/tms/tms WORKDIR /var/www/html/tms/tms
RUN mv .env.template .env RUN mv .env.template .env
...@@ -33,6 +32,7 @@ RUN ls -ahl ...@@ -33,6 +32,7 @@ RUN ls -ahl
RUN curl -sS https://getcomposer.org/installer | php RUN curl -sS https://getcomposer.org/installer | php
RUN php composer.phar install RUN php composer.phar install
RUN curl -L https://npmjs.org/install.sh | sudo sh
RUN npm cache clean -f RUN npm cache clean -f
RUN npm install -g n RUN npm install -g n
RUN n stable RUN n stable
......
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