mirror of
https://github.com/midou36o/midou36o.github.io
synced 2024-11-08 16:02:22 +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
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
COPY pnpm-lock.yaml ./
|
#COPY pnpm-lock.yaml ./
|
||||||
|
|
||||||
RUN npm install -g pnpm
|
RUN npm install -g pnpm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user