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

Commit

Permalink
fix: nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Jan 28, 2022
1 parent 9e3a553 commit e31d591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ RUN yarn build
RUN yarn export

# Production image, copy all the files and run next
FROM ghcr.io/socialgouv/docker/nginx4spa:6.64.2 AS runner
FROM ghcr.io/socialgouv/docker/nginx:6.64.2 AS runner

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

0 comments on commit e31d591

Please sign in to comment.