hotbug: remove the pnpm-workspace.yaml from Dockerfile

This commit is contained in:
Ahmed Bouhuolia
2024-05-06 17:55:26 +02:00
parent 9b7bc1e5b9
commit cd046cbe27
2 changed files with 0 additions and 2 deletions

View File

@@ -92,7 +92,6 @@ RUN npm install -g pnpm
# Copy application dependency manifests to the container image.
COPY ./package*.json ./
COPY ./pnpm-lock.yaml ./pnpm-lock.yaml
COPY ./pnpm-workspace.yaml ./pnpm-workspace.yaml
COPY ./lerna.json ./lerna.json
COPY ./packages/server/package*.json ./packages/server/