Skip to content

Commit 67b1b24

Browse files
committed
fix: Ensure node_modules with @vercel/og is available at runtime
1 parent e06537a commit 67b1b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN bun run build
1717
FROM base AS runner
1818
WORKDIR /app
1919

20-
# Copy built application and node_modules
20+
# Copy built application and ALL dependencies (not just production)
2121
COPY --from=builder /app/.output ./.output
2222
COPY --from=builder /app/package.json ./package.json
2323
COPY --from=builder /app/node_modules ./node_modules

0 commit comments

Comments
 (0)