From 05f1f16727c2510385425b23fa6ab98fa62d07be Mon Sep 17 00:00:00 2001 From: Luc SORIGNET Date: Sun, 16 Feb 2025 15:03:55 +0100 Subject: [PATCH] fix: right --- Front-End/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Front-End/Dockerfile b/Front-End/Dockerfile index f82003c..bcbb88d 100644 --- a/Front-End/Dockerfile +++ b/Front-End/Dockerfile @@ -33,6 +33,7 @@ COPY docker/entrypoint.sh /app/entrypoint.sh RUN chmod +x /app/entrypoint.sh RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs +RUN chown 1001:1001 -R /app USER nextjs ENV HOSTNAME="0.0.0.0" EXPOSE 3000