更新 Dockerfile

This commit is contained in:
huxin 2024-05-25 03:21:23 +08:00
parent bf8d52cf5e
commit 451a922182
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ COPY . .
# RUN pnpm i # RUN pnpm i
# RUN pnpm build # RUN pnpm build
# RUN pnpm generate # RUN pnpm generate
RUN yarn config set registry https://registry.npmmirror.com
RUN yarn RUN yarn
# RUN yarn build # RUN yarn build
RUN yarn generate RUN yarn generate