fix(server): patches should be copied
This commit is contained in:
@@ -5,6 +5,7 @@ WORKDIR /app
|
||||
RUN corepack enable
|
||||
|
||||
COPY pnpm-lock.yaml pnpm-workspace.yaml package.json ./
|
||||
COPY patches ./
|
||||
COPY apps/server apps/server
|
||||
|
||||
RUN --mount=type=cache,id=pnpm-store,target=/root/.pnpm-store \
|
||||
|
||||
@@ -5,6 +5,7 @@ WORKDIR /app
|
||||
RUN corepack enable
|
||||
|
||||
COPY pnpm-lock.yaml pnpm-workspace.yaml package.json ./
|
||||
COPY patches ./
|
||||
COPY apps/server apps/server
|
||||
|
||||
# https://docs.railway.com/guides/dockerfiles#cache-mounts
|
||||
|
||||
Reference in New Issue
Block a user