chore: include remaining workspace changes

This commit is contained in:
Nathan Flurry 2026-03-10 21:55:57 -07:00
parent ea7c36a8e7
commit f0f2576289
17 changed files with 693 additions and 192 deletions

View file

@ -39,7 +39,6 @@ ENV SANDBOX_AGENT_BIN="/root/.local/bin/sandbox-agent"
WORKDIR /workspace/quebec
COPY quebec /workspace/quebec
COPY rivet-checkout /workspace/rivet-checkout
RUN pnpm install --frozen-lockfile
RUN pnpm --filter @sandbox-agent/factory-shared build

View file

@ -7,7 +7,6 @@ RUN npm install -g pnpm@10.28.2
WORKDIR /workspace/quebec
COPY quebec /workspace/quebec
COPY rivet-checkout /workspace/rivet-checkout
RUN pnpm install --frozen-lockfile
RUN pnpm --filter @sandbox-agent/factory-shared build