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

Commit 436549f

Browse files
committed
fix: dockerfile
1 parent e7118e4 commit 436549f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.socialgouv/config.json

-7
This file was deleted.

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ ENV GITHUB_SHA $GITHUB_SHA
2626
WORKDIR /app
2727
COPY --from=deps /app/node_modules ./node_modules
2828
COPY . .
29+
RUN yarn build:export
2930

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

0 commit comments

Comments
 (0)