Merge pull request #7 from Steve-0628/dev

fix docker build not working
This commit is contained in:
NullCat 2023-02-16 18:26:57 +09:00 committed by GitHub
commit eb01061628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ RUN apt-get update
RUN apt-get install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
COPY package.json ./
COPY pnpm-lock.yaml ./
RUN corepack enable
RUN pnpm i --frozen-lockfile --prod