From 80505e87c87a0efab4c2e982866cd8b64f013172 Mon Sep 17 00:00:00 2001
From: Cyril L'Orphelin <cyril.lorphelin@cc.in2p3.fr>
Date: Wed, 5 Feb 2020 11:12:58 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 268b72f0..0a400a43 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,8 +25,10 @@ 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 echo "${env_deploy}" > .env.test
+RUN ls -ahl
 
 RUN curl -sS https://getcomposer.org/installer | php
 RUN php composer.phar install
-- 
GitLab