diff --git a/quantdinger_vue/Dockerfile b/quantdinger_vue/Dockerfile index cc9976e..25a385a 100644 --- a/quantdinger_vue/Dockerfile +++ b/quantdinger_vue/Dockerfile @@ -6,8 +6,6 @@ WORKDIR /app # Copy package files COPY package*.json ./ -COPY pnpm-lock.yaml* ./ -COPY yarn.lock* ./ # Install dependencies (prefer npm) RUN npm install --legacy-peer-deps