Skip to content

Commit b3d74f4

Browse files
committed
chore(build): copy pnpm workspace yaml
1 parent f0830e3 commit b3d74f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ENV VITE_API_BASE_URL=$VITE_API_BASE_URL \
2626
VITE_INDEXEDDB_DBNAME=$VITE_INDEXEDDB_DBNAME
2727

2828
# Copy package manager files
29-
COPY package.json pnpm-lock.yaml ./
29+
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
3030

3131
# Install dependencies
3232
RUN pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)