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 9ff36c7 commit f94ab63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ RUN yarn build:export
FROM ghcr.io/socialgouv/docker/nginx:6.64.2 AS runner

# Rootless container
RUN chown 1000:1000 /usr/share/nginx/html
USER 1000
ENV PORT=3000
EXPOSE 3000
USER 1000

COPY --from=builder /app/out /usr/share/nginx/html

0 comments on commit f94ab63

Please sign in to comment.