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

@@ -18,7 +18,7 @@ COPY packages/buttplug/package.json ./packages/buttplug/package.json
COPY packages/types/package.json ./packages/types/package.json
COPY packages/email/package.json ./packages/email/package.json
RUN pnpm install --frozen-lockfile --filter @sexy.pivoine.art/backend --filter @sexy.pivoine.art/email --ignore-scripts
RUN pnpm install --frozen-lockfile --filter @sexy/backend --filter @sexy/email --ignore-scripts
# Rebuild native bindings (argon2, sharp)
RUN pnpm rebuild argon2 sharp
@@ -27,11 +27,11 @@ COPY packages/types ./packages/types
COPY packages/email ./packages/email
COPY packages/backend ./packages/backend
RUN pnpm --filter @sexy.pivoine.art/email build
RUN pnpm --filter @sexy/email build
RUN pnpm --filter @sexy.pivoine.art/backend build
RUN pnpm --filter @sexy/backend build
RUN CI=true pnpm install --frozen-lockfile --filter @sexy.pivoine.art/backend --prod --ignore-scripts
RUN CI=true pnpm install --frozen-lockfile --filter @sexy/backend --prod --ignore-scripts
RUN pnpm rebuild argon2 sharp