mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
update dockerfile (#3819)
This commit is contained in:
committed by
GitHub
parent
21156dd54a
commit
33fdb11396
@@ -114,8 +114,9 @@ COPY --from=builder --chown=nextjs:nodejs /app/apps/sim/lib/execution/isolated-v
|
||||
# Copy the bundled PPTX worker artifact
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/apps/sim/dist/pptx-worker.cjs ./apps/sim/dist/pptx-worker.cjs
|
||||
|
||||
# Copy the bundled BullMQ worker artifact
|
||||
# Copy the bundled BullMQ worker artifact and workspace packages it depends on
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/apps/sim/dist/worker.cjs ./apps/sim/dist/worker.cjs
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/packages ./packages
|
||||
|
||||
# Guardrails setup with pip caching
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/apps/sim/lib/guardrails/requirements.txt ./apps/sim/lib/guardrails/requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user