We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06537a commit 67b1b24Copy full SHA for 67b1b24
Dockerfile
@@ -17,7 +17,7 @@ RUN bun run build
17
FROM base AS runner
18
WORKDIR /app
19
20
-# Copy built application and node_modules
+# Copy built application and ALL dependencies (not just production)
21
COPY --from=builder /app/.output ./.output
22
COPY --from=builder /app/package.json ./package.json
23
COPY --from=builder /app/node_modules ./node_modules
0 commit comments