diff --git a/dockerfile b/dockerfile index 5d93919..6438fa2 100644 --- a/dockerfile +++ b/dockerfile @@ -21,7 +21,7 @@ COPY apps ./apps RUN pnpm install # 先构建需要构建的包 -RUN pnpm --filter @deotaland/ui build +# RUN pnpm --filter @deotaland/ui build # 构建应用 RUN pnpm run build