We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeaa532 commit a3a01e2Copy full SHA for a3a01e2
Dockerfile
@@ -19,7 +19,7 @@ RUN npm install -g pnpm
19
WORKDIR /usr/src/app
20
21
# Copy package files
22
-COPY package.json pnpm-lock.yaml ./
+COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
23
24
# Install dependencies with proper flags
25
RUN pnpm install --frozen-lockfile
0 commit comments