We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f882bd5 + 503c07b commit 3da078fCopy full SHA for 3da078f
.changeset/lovely-parents-wait.md
@@ -0,0 +1,5 @@
1
+---
2
+"@inkathon/frontend": patch
3
4
+
5
+feat: Fix frontend production build Dockerfile
Dockerfile.frontend
@@ -32,7 +32,7 @@ RUN pnpm install --offline
32
# Then use pnpm deploy command to prune the dependencies
33
FROM with_all_deps as builder
34
RUN NEXT_BUILD_STANDALONE=true pnpm --filter='*frontend' build \
35
- && pnpm --filter='*frontend' deploy pruned --prod
+ && pnpm --filter='*frontend' deploy pruned --prod --force
36
37
# STAGE 5: Create a clean production image - only take pruned assets
38
FROM node:18-alpine AS runner
0 commit comments