Skip to content

Commit 7b75057

Browse files
committed
Fix container image creation
1 parent 4836a61 commit 7b75057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN --mount=type=cache,id=pnpm,target=/app/.pnpm-store,uid=1000 <<EOT
1515
pnpm dlx mrs-developer missdev --no-config --fetch-https
1616
pnpm install && pnpm build:deps
1717
pnpm build
18-
pnpm install --prod
18+
CI=1 pnpm install --prod
1919
EOT
2020

2121
FROM plone/frontend-prod-config:${VOLTO_VERSION}

0 commit comments

Comments
 (0)