mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-05-24 22:39:10 +00:00
Update Dockerfile
This commit is contained in:
@@ -6,8 +6,9 @@ ENV OUTPUT=standalone
|
||||
RUN corepack enable
|
||||
|
||||
COPY pnpm-lock.yaml package.json .
|
||||
RUN pnpm install --frozen-lockfile --ignore-scripts
|
||||
RUN pnpm approve-builds sharp
|
||||
RUN pnpm install --frozen-lockfile
|
||||
RUN pnpm rebuild sharp
|
||||
|
||||
COPY . .
|
||||
RUN pnpm build
|
||||
|
||||
Reference in New Issue
Block a user