Skip to content

Commit a3a01e2

Browse files
committed
Duh
1 parent eeaa532 commit a3a01e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN npm install -g pnpm
1919
WORKDIR /usr/src/app
2020

2121
# Copy package files
22-
COPY package.json pnpm-lock.yaml ./
22+
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
2323

2424
# Install dependencies with proper flags
2525
RUN pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)