Skip to content

Commit f6656d2

Browse files
committed
update dockerfile
1 parent 21156dd commit f6656d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/app.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,9 @@ COPY --from=builder --chown=nextjs:nodejs /app/apps/sim/lib/execution/isolated-v
114114
# Copy the bundled PPTX worker artifact
115115
COPY --from=builder --chown=nextjs:nodejs /app/apps/sim/dist/pptx-worker.cjs ./apps/sim/dist/pptx-worker.cjs
116116

117-
# Copy the bundled BullMQ worker artifact
117+
# Copy the bundled BullMQ worker artifact and workspace packages it depends on
118118
COPY --from=builder --chown=nextjs:nodejs /app/apps/sim/dist/worker.cjs ./apps/sim/dist/worker.cjs
119+
COPY --from=builder --chown=nextjs:nodejs /app/packages ./packages
119120

120121
# Guardrails setup with pip caching
121122
COPY --from=builder --chown=nextjs:nodejs /app/apps/sim/lib/guardrails/requirements.txt ./apps/sim/lib/guardrails/requirements.txt

0 commit comments

Comments
 (0)