Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix(ci): autodevops-helm
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Feb 23, 2022
1 parent 0400fd5 commit d71c7bf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ RUN yarn build:export
FROM ghcr.io/socialgouv/docker/nginx:6.64.2 AS runner

# Rootless container
RUN addgroup -g 1001 -S nodejs
RUN adduser -S nextjs -u 1001
RUN chown 1001:1001 /usr/share/nginx/html
USER 1001
RUN chown 101:101 /usr/share/nginx/html
USER 101
ENV PORT=3000
EXPOSE 3000

Expand Down

0 comments on commit d71c7bf

Please sign in to comment.