From 1937ecff1275b695634fd7b25eb8ef9db9e9fba0 Mon Sep 17 00:00:00 2001 From: --show-origin Date: Wed, 21 Feb 2024 00:08:55 -0800 Subject: [PATCH] fix(frontend/Dockerfile): enhanced permissions for nginx.conf substitution --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 20305ca1..ee1e03be 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -57,7 +57,7 @@ ENV JSFOLDER=/usr/share/nginx/html/assets/*.js USER root COPY ./nginx.conf /etc/nginx/nginx.conf -RUN chmod 117 /etc/nginx/nginx.conf +RUN chmod 777 /etc/nginx/nginx.conf COPY ./start-nginx.sh /usr/bin/start-nginx.sh RUN apk --no-cache add moreutils