fix: dockerfile package scope renaming
All checks were successful
Build and Push Backend Image / build (push) Successful in 58s
Build and Push Buttplug Image / build (push) Successful in 3m24s
Build and Push Frontend Image / build (push) Successful in 1m20s

This commit is contained in:
2026-03-11 17:03:39 +01:00
parent a5ad58ac7f
commit 1b660dde9e
3 changed files with 9 additions and 9 deletions

View File

@@ -35,14 +35,14 @@ COPY pnpm-workspace.yaml package.json pnpm-lock.yaml ./
COPY packages/buttplug ./packages/buttplug
# Install dependencies
RUN pnpm install --frozen-lockfile --filter @sexy.pivoine.art/buttplug
RUN pnpm install --frozen-lockfile --filter @sexy/buttplug
# Build WASM
RUN RUSTFLAGS='--cfg getrandom_backend="wasm_js" --cfg=web_sys_unstable_apis' \
pnpm --filter @sexy.pivoine.art/buttplug build:wasm
pnpm --filter @sexy/buttplug build:wasm
# Build TypeScript
RUN pnpm --filter @sexy.pivoine.art/buttplug build
RUN pnpm --filter @sexy/buttplug build
# ============================================================================
# Runner stage - nginx serving dist/ and wasm/