fix(server): docker-compose fix

This commit is contained in:
Neko Ayaka
2026-01-05 16:26:44 +08:00
committed by RainbowBird
parent ddde54d22f
commit 8cbdb6be2e
3 changed files with 17 additions and 10 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ RUN corepack enable
COPY pnpm-lock.yaml pnpm-workspace.yaml package.json ./
COPY apps/server apps/server
RUN pnpm install --frozen-lockfile --ignore-scripts
RUN --mount=type=cache,id=pnpm-store,target=/root/.pnpm-store \
pnpm install --frozen-lockfile --ignore-scripts
EXPOSE 3000