From 390e82028d5903f9fd9ba8702a3cb70a20cc47f5 Mon Sep 17 00:00:00 2001 From: Cyril L'Orphelin <cyril.lorphelin@cc.in2p3.fr> Date: Wed, 5 Feb 2020 10:25:52 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c9a71008..e8264d40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,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 +RUN ls -lah WORKDIR /var/www/html/tms/tms RUN echo "${env_deploy}" > .env -- GitLab