diff --git a/Dockerfile b/Dockerfile
index af682bfbe00580833716a56e6430c1f9f7678178..94c23374335c9d84ff1cf776729f90477dd5ba2c 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