Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sites/sh1pt.com/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY . .
# Replace the workspace file with a minimal one covering only sh1pt-dot-com's
# transitive closure. Otherwise pnpm scans all 555 workspace packages, which
# OOMs the build container.
RUN printf 'packages:\n - sites/sh1pt.com\n - packages/core\n - packages/cli\n - packages/policy\n - packages/openapi\n - packages/actions-fleet-core\n - packages/actions\n - packages/secrets/env-updater\n' > pnpm-workspace.yaml
RUN printf 'packages:\n - sites/sh1pt.com\n - packages/core\n - packages/cli\n - packages/policy\n - packages/openapi\n - packages/actions-fleet-core\n - packages/actions\n - packages/automation/browser\n - packages/secrets/env-updater\n' > pnpm-workspace.yaml

# Next probes the app env file during build. Railway injects real values at
# runtime, so an empty file keeps container builds deterministic.
Expand Down
Loading