chore: update Dockerfile and enhance loading skeleton in StoragePlanEditor

- Added build dependencies for native Node.js modules in the Dockerfile, including python3, make, g++, and postgresql-dev.
- Improved the loading skeleton UI in the StoragePlanEditor component for better visual representation during data fetching.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-12-06 00:42:10 +08:00
parent b636c8cc10
commit fbaf81a62f
2 changed files with 33 additions and 4 deletions

View File

@@ -6,6 +6,8 @@ ENV PNPM_HOME=/pnpm
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable && corepack prepare pnpm@10.19.0 --activate
RUN apk add --no-cache python3 make g++ postgresql-dev
WORKDIR /workspace
COPY package.json pnpm-workspace.yaml pnpm-lock.yaml ./