Skip to content

Commit

Permalink
尝试修复docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaojianli committed Feb 11, 2025
1 parent 4e07145 commit e86074e
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 @@ -2,7 +2,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 && \
RUN apk --update upgrade && apk add --update npm curl git && \
curl -L https://unpkg.com/@pnpm/self-installer | node && \
cd webui && \
pnpm i && \
Expand Down

0 comments on commit e86074e

Please sign in to comment.