We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df11e2 commit 08515b5Copy full SHA for 08515b5
quantdinger_vue/Dockerfile
@@ -6,8 +6,6 @@ WORKDIR /app
6
7
# Copy package files
8
COPY package*.json ./
9
-COPY pnpm-lock.yaml* ./
10
-COPY yarn.lock* ./
11
12
# Install dependencies (prefer npm)
13
RUN npm install --legacy-peer-deps
0 commit comments