chore: add postinstall script

This commit is contained in:
Steven
2024-02-06 21:10:34 +08:00
parent f2d9b29baa
commit 4e73882bf1
5 changed files with 3 additions and 11 deletions

View File

@ -6,7 +6,7 @@ COPY . .
WORKDIR /frontend-build/frontend/web
RUN corepack enable && pnpm i --frozen-lockfile && pnpm type-gen
RUN corepack enable && pnpm i --frozen-lockfile
RUN pnpm build