We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ab06f commit e6b41fdCopy full SHA for e6b41fd
1 file changed
apps/apps-backend/Dockerfile
@@ -9,7 +9,7 @@ RUN corepack enable
9
FROM base AS builder
10
11
# Files needed for pnpm and workspaces
12
-COPY package.json pnpm-lock.yaml pnpm-workspace.yaml turbo.json Cargo.toml ./
+COPY package.json pnpm-lock.yaml pnpm-workspace.yaml turbo.json ./
13
14
COPY apps ./apps
15
COPY sdk ./sdk
0 commit comments