fix(server): incorrect path used for copied patches

This commit is contained in:
Neko Ayaka
2026-01-06 03:30:56 +08:00
parent 9834252d2b
commit 20a6f613b1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ WORKDIR /app
RUN corepack enable
COPY pnpm-lock.yaml pnpm-workspace.yaml package.json ./
COPY patches ./
COPY patches/ ./patches/
COPY apps/server apps/server
RUN --mount=type=cache,id=pnpm-store,target=/root/.pnpm-store \
+1 -1
View File
@@ -5,7 +5,7 @@ WORKDIR /app
RUN corepack enable
COPY pnpm-lock.yaml pnpm-workspace.yaml package.json ./
COPY patches ./
COPY patches/ ./patches/
COPY apps/server apps/server
# https://docs.railway.com/guides/dockerfiles#cache-mounts