Skip to content

Commit

Permalink
Revert "修修补补试试看"
Browse files Browse the repository at this point in the history
This reverts commit b634c22.
  • Loading branch information
Ghost-chu committed Feb 10, 2025
1 parent 512b7fe commit 4e07145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM docker.io/maven:3.9.9-eclipse-temurin-21-alpine A
COPY . /build
WORKDIR /build
RUN apk add --update npm curl git && \
wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash - && \
curl -L https://unpkg.com/@pnpm/self-installer | node && \
cd webui && \
pnpm i && \
npm run build && \
Expand Down

0 comments on commit 4e07145

Please sign in to comment.