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

This commit is contained in:
2023-12-30 14:30:07 +01:00
parent 578fde58e9
commit beb748fbe4

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