From 9960fba40ee771e24abf03fcb3528a179ccb2194 Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Thu, 12 Mar 2026 17:37:01 -0700 Subject: [PATCH] Build sandbox-agent before persist-rivet in Railway image --- foundry/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry/Dockerfile b/foundry/Dockerfile index 19266f0..df8ed17 100644 --- a/foundry/Dockerfile +++ b/foundry/Dockerfile @@ -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