From ace46fc10305aba838c502d325f3af166d0a5a36 Mon Sep 17 00:00:00 2001 From: Benoit TELLIER Date: Wed, 9 Nov 2022 11:59:32 +0700 Subject: [PATCH] Adopt nginx:mainline --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e96b885ed..0999b39b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN cd core \ && flutter build web --profile # Stage 2 - Create the run-time image -FROM nginx:stable +FROM nginx:mainline RUN chmod -R 755 /usr/share/nginx/html && apt install -y gzip COPY --from=build-env /app/server/nginx.conf /etc/nginx COPY --from=build-env /app/build/web /usr/share/nginx/html