Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
caoyingjunz committed Jan 15, 2025
1 parent df4e1a8 commit 73a4ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN CGO_ENABLED=0 go build -ldflags "-s -w -X 'main.version=${VERSION}'" -o pixi

FROM node:16.18.0-alpine as dashboard-builder
WORKDIR /build
RUN apt-get install git
RUN apk add git
RUN git clone https://github.com/pixiu-io/dashboard.git
RUN cd dashboard && npm install && npm run build

Expand Down

0 comments on commit 73a4ade

Please sign in to comment.