mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 10:05:18 +00:00
Build sandbox-agent before persist-rivet in Railway image
This commit is contained in:
parent
1c852cc5f8
commit
9960fba40e
1 changed files with 1 additions and 1 deletions
|
|
@ -23,10 +23,10 @@ COPY --from=deps /pnpm/store /pnpm/store
|
|||
COPY . .
|
||||
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/persist-rivet build
|
||||
RUN pnpm --filter acp-http-client build
|
||||
RUN pnpm --filter @sandbox-agent/cli-shared 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 deploy --prod /out
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue