We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7840e0 commit 879f0c9Copy full SHA for 879f0c9
1 file changed
docker/app.Dockerfile
@@ -114,8 +114,9 @@ COPY --from=builder --chown=nextjs:nodejs /app/apps/sim/lib/execution/isolated-v
114
# Copy the bundled PPTX worker artifact
115
COPY --from=builder --chown=nextjs:nodejs /app/apps/sim/dist/pptx-worker.cjs ./apps/sim/dist/pptx-worker.cjs
116
117
-# Copy the bundled BullMQ worker artifact
+# Copy the bundled BullMQ worker artifact and workspace packages it depends on
118
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
120
121
# Guardrails setup with pip caching
122
COPY --from=builder --chown=nextjs:nodejs /app/apps/sim/lib/guardrails/requirements.txt ./apps/sim/lib/guardrails/requirements.txt
0 commit comments