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 d71c7bf commit bc3d79b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 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 chown 101:101 /usr/share/nginx/html
USER 101
ENV PORT=3000
EXPOSE 3000

# Disable nextjs telemetry
ENV NEXT_TELEMETRY_DISABLED 1
Expand Down

0 comments on commit bc3d79b

Please sign in to comment.