Skip to content

Commit

Permalink
Revert "分步骤安装"
Browse files Browse the repository at this point in the history
This reverts commit 5e3c93a.
  • Loading branch information
Ghost-chu committed Feb 10, 2025
1 parent 4f814d0 commit 512b7fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +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 -o pnpm-install.sh https://get.pnpm.io/install.sh && \
chmod +x pnpm-install.sh && \
./pnpm-install.sh && \
wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash - && \
cd webui && \
pnpm i && \
npm run build && \
Expand Down

0 comments on commit 512b7fe

Please sign in to comment.