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