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

Update Dockerfile

parent 9d617b18
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 #58553 failed
......@@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y \
libpng-dev \
git \
curl \
unzip \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install -j$(nproc) gd
......@@ -23,6 +24,7 @@ RUN rm -f /usr/local/etc/php/conf.d/xdebug.ini
WORKDIR /var/www/html
RUN git clone https://gitlab.in2p3.fr/cc-in2p3-dev/TMS tms
WORKDIR /var/www/html/tms/tms
RUN echo "${env_deploy}" > .env
RUN curl -sS https://getcomposer.org/installer | php
RUN php composer.phar install
......
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