diff --git a/Dockerfile b/Dockerfile index cef6bc7..6250bc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ COPY . . # RUN pnpm i # RUN pnpm build # RUN pnpm generate +RUN yarn config set registry https://registry.npmmirror.com RUN yarn # RUN yarn build RUN yarn generate