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 bc3d79b commit 48be757
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 @@ -27,11 +27,12 @@ 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 --chown=101:101 /app/out /usr/share/nginx/html

# Rootless container
USER 101
ENV PORT=3000

# Disable nextjs telemetry
ENV NEXT_TELEMETRY_DISABLED 1

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

0 comments on commit 48be757

Please sign in to comment.