From dd466bef4e646dd76cd8f4fdf36f2c4defde5b7d Mon Sep 17 00:00:00 2001 From: Cyril L'Orphelin <cyril.lorphelin@cc.in2p3.fr> Date: Wed, 5 Feb 2020 10:33:11 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e8264d40..268b72f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ WORKDIR /var/www/html RUN git clone https://gitlab.in2p3.fr/cc-in2p3-dev/TMS tms RUN ls -lah WORKDIR /var/www/html/tms/tms +RUN ls -ahl RUN echo "${env_deploy}" > .env RUN curl -sS https://getcomposer.org/installer | php -- GitLab