From 9d617b181ab6b052be35b7bf9389793f011aded4 Mon Sep 17 00:00:00 2001
From: Cyril L'Orphelin <cyril.lorphelin@cc.in2p3.fr>
Date: Wed, 5 Feb 2020 10:07:56 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index af682bfb..94c23374 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,8 +21,8 @@ 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 git clone https://gitlab.in2p3.fr/cc-in2p3-dev/TMS tms
+WORKDIR /var/www/html/tms/tms
 
 RUN curl -sS https://getcomposer.org/installer | php
 RUN php composer.phar install
-- 
GitLab