From 3fe4996fc124de550dc749e05c3d75db31a97b11 Mon Sep 17 00:00:00 2001 From: Cyril L'Orphelin <cyril.lorphelin@cc.in2p3.fr> Date: Wed, 5 Feb 2020 14:02:05 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 12e457a0..814f5c92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \ unzip \ nodejs \ npm \ + nginx \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-install -j$(nproc) gd @@ -43,9 +44,6 @@ 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 -## Add nginx - -RUN apk add --update --no-cache nginx COPY nginx.conf /etc/nginx/ COPY symfony.conf /etc/nginx/conf.d/ -- GitLab