mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 12:03:27 +00:00
feat(factory): finish workbench milestone pass
This commit is contained in:
parent
bf282199b5
commit
49cba9e6c2
137 changed files with 819 additions and 338 deletions
|
|
@ -10,10 +10,10 @@ COPY quebec /workspace/quebec
|
|||
COPY rivet-checkout /workspace/rivet-checkout
|
||||
|
||||
RUN pnpm install --frozen-lockfile
|
||||
RUN pnpm --filter @openhandoff/shared build
|
||||
RUN pnpm --filter @openhandoff/client build
|
||||
RUN pnpm --filter @openhandoff/frontend-errors build
|
||||
RUN pnpm --filter @openhandoff/frontend build
|
||||
RUN pnpm --filter @sandbox-agent/factory-shared build
|
||||
RUN pnpm --filter @sandbox-agent/factory-client build
|
||||
RUN pnpm --filter @sandbox-agent/factory-frontend-errors build
|
||||
RUN pnpm --filter @sandbox-agent/factory-frontend build
|
||||
|
||||
FROM nginx:1.27-alpine
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue