From f457d223bcbdece4bba92cff0136d41342052a98 Mon Sep 17 00:00:00 2001
From: Cyril L'Orphelin <cyril.lorphelin@cc.in2p3.fr>
Date: Wed, 5 Feb 2020 15:13:38 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 8b52e5bc..a87025f5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -48,8 +48,8 @@ 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 chown root /var/log/nginx/*
 #RUN adduser -D -g '' -G www-data www-data
 
 CMD ["nginx"]
-- 
GitLab