From 3b0e83f7e57931c7148318f4ed65f13691bc01eb Mon Sep 17 00:00:00 2001
From: Cyril L'Orphelin <cyril.lorphelin@cc.in2p3.fr>
Date: Wed, 5 Feb 2020 14:16:37 +0000
Subject: [PATCH] Update Dockerfile

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

diff --git a/Dockerfile b/Dockerfile
index 814f5c92..55dddbe1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -45,8 +45,8 @@ RUN $HOME/.yarn/bin/yarn install --ignore-engines
 RUN $HOME/.yarn/bin/yarn encore dev
 
 
-COPY nginx.conf /etc/nginx/
-COPY symfony.conf /etc/nginx/conf.d/
+COPY /var/www/html/tms/tms/nginx.conf /etc/nginx/
+COPY /var/www/html/tms/tms/symfony.conf /etc/nginx/conf.d/
 
 RUN echo "upstream php-upstream { server php:9001; }" > /etc/nginx/conf.d/upstream.conf
 
-- 
GitLab