File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,6 +80,12 @@ COPY packages/workflow-authz/package.json ./packages/workflow-authz/package.json
8080COPY packages/workflow-persistence/package.json ./packages/workflow-persistence/package.json
8181COPY packages/workflow-types/package.json ./packages/workflow-types/package.json
8282
83+ # Install full dependency set. The deps stage installed --omit=dev for the
84+ # runtime image; the build needs devDeps like tailwindcss/postcss. Placed
85+ # before source copy so it stays cached on source-only changes.
86+ RUN --mount=type=cache,id=bun-cache,target=/root/.bun/install/cache \
87+ HUSKY=0 bun install --ignore-scripts --linker=hoisted
88+
8389# Copy workspace configuration files (needed for turbo)
8490COPY apps/sim/next.config.ts ./apps/sim/next.config.ts
8591COPY apps/sim/tsconfig.json ./apps/sim/tsconfig.json
You can’t perform that action at this time.
0 commit comments