mirror of
https://github.com/midou36o/midou36o.github.io
synced 2024-11-22 22:22:58 +05:30
remove pnpm-lock.yaml
Some checks failed
Svelte Website guild. / Building the website (push) Failing after 13m14s
Some checks failed
Svelte Website guild. / Building the website (push) Failing after 13m14s
This commit is contained in:
parent
578fde58e9
commit
beb748fbe4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user