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

@@ -33,10 +33,10 @@ COPY packages ./packages
RUN pnpm install --frozen-lockfile
# Generate SvelteKit type definitions (creates .svelte-kit/tsconfig.json)
RUN pnpm --filter @sexy.pivoine.art/frontend exec svelte-kit sync
RUN pnpm --filter @sexy/frontend exec svelte-kit sync
# Build frontend
RUN pnpm --filter @sexy.pivoine.art/frontend build
RUN pnpm --filter @sexy/frontend build
# Prune dev dependencies for production
RUN CI=true pnpm install -rP