Build sandbox-agent before persist-rivet in Railway image

This commit is contained in:
Nathan Flurry 2026-03-12 17:37:01 -07:00
parent 1c852cc5f8
commit 9960fba40e

View file

@ -23,10 +23,10 @@ COPY --from=deps /pnpm/store /pnpm/store
COPY . . COPY . .
RUN pnpm install --frozen-lockfile --prefer-offline --filter @sandbox-agent/foundry-backend... RUN pnpm install --frozen-lockfile --prefer-offline --filter @sandbox-agent/foundry-backend...
RUN pnpm --filter @sandbox-agent/foundry-shared build RUN pnpm --filter @sandbox-agent/foundry-shared build
RUN pnpm --filter @sandbox-agent/persist-rivet build
RUN pnpm --filter acp-http-client build RUN pnpm --filter acp-http-client build
RUN pnpm --filter @sandbox-agent/cli-shared build RUN pnpm --filter @sandbox-agent/cli-shared build
RUN SKIP_OPENAPI_GEN=1 pnpm --filter sandbox-agent build RUN SKIP_OPENAPI_GEN=1 pnpm --filter sandbox-agent build
RUN pnpm --filter @sandbox-agent/persist-rivet build
RUN pnpm --filter @sandbox-agent/foundry-backend build RUN pnpm --filter @sandbox-agent/foundry-backend build
RUN pnpm --filter @sandbox-agent/foundry-backend deploy --prod /out RUN pnpm --filter @sandbox-agent/foundry-backend deploy --prod /out