diff --git a/Dockerfile b/Dockerfile index 814f5c926bb70d63367affb8b66f695a088c8052..55dddbe1a5df7d0b5fcb1198d331a1166a834df7 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