From 51fefc7ebe2f35ddbeef535389a42321f09949f2 Mon Sep 17 00:00:00 2001 From: Cyril L'Orphelin <cyril.lorphelin@cc.in2p3.fr> Date: Wed, 5 Feb 2020 14:37:10 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index c16b0325..8b52e5bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,12 +48,9 @@ RUN curl -o- -L https://yarnpkg.com/install.sh | bash RUN $HOME/.yarn/bin/yarn install --ignore-engines RUN $HOME/.yarn/bin/yarn encore dev - - - RUN echo "upstream php-upstream { server php:9001; }" > /etc/nginx/conf.d/upstream.conf -RUN adduser -D -g '' -G www-data www-data +#RUN adduser -D -g '' -G www-data www-data CMD ["nginx"] -- GitLab