mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
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:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user