Skip to content

Commit

Permalink
fix: base nginx docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Aug 23, 2024
1 parent d27eb65 commit fdce5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend-usagers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COPY packages/frontend-usagers packages/frontend-usagers
RUN yarn workspace @vao/frontend-usagers generate


FROM ghcr.io/socialgouv/docker/nginx4spa:8.2.3
FROM ghcr.io/dnum-socialgouv/docker-images/nginx4spa:sha-7bc5b03

COPY --chmod=755 100-start-prod.sh /docker-entrypoint.d/100-start-prod.sh
COPY --from=builder --chown=101:101 /app/packages/frontend-usagers/.output/public /app

0 comments on commit fdce5a5

Please sign in to comment.