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 7fab225 commit 9ff36c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Empty file.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ RUN yarn build:export
# Production image, copy all the files and run next
FROM ghcr.io/socialgouv/docker/nginx:6.64.2 AS runner

COPY --from=builder /app/out /usr/share/nginx/html
# Rootless container
ENV PORT=3000
EXPOSE 3000
USER 1000

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

0 comments on commit 9ff36c7

Please sign in to comment.