From 33172ef496179c98023a90aa1572abae901d09d8 Mon Sep 17 00:00:00 2001 From: mrrpnya Date: Wed, 5 Mar 2025 23:39:09 -0800 Subject: [PATCH] Use numerical user ID to allow validation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 77347f6..33da06a 100755 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,6 @@ COPY --from=build-stage /app/dist /usr/share/nginx/html EXPOSE 80 # Use a non-root user for security -USER nginx +USER 1000 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file