remove pnpm-lock.yaml
Svelte Website guild. / Building the website (push) Failing after 13m14s Details

This commit is contained in:
Midou36O 2023-12-30 14:30:07 +01:00
parent 578fde58e9
commit beb748fbe4
Signed by: midou
GPG Key ID: 1D134A95FE521A7A
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM node:21-alpine
WORKDIR /usr/src/app
COPY package.json ./
COPY pnpm-lock.yaml ./
#COPY pnpm-lock.yaml ./
RUN npm install -g pnpm