Skip to content

Commit

Permalink
🔖 Release v3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Apr 23, 2024
1 parent 51455b1 commit 398fdf1
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
@@ -1,7 +1,7 @@
FROM node:21 as NODE_BUILD
WORKDIR /go/src/github.com/siyuan-note/siyuan/
ADD . /go/src/github.com/siyuan-note/siyuan/
RUN cd app && npm install -g pnpm && pnpm install && pnpm run build
RUN cd app && npm install -g pnpm@9.0.2 && pnpm install && pnpm run build

FROM golang:alpine as GO_BUILD
WORKDIR /go/src/github.com/siyuan-note/siyuan/
Expand Down

0 comments on commit 398fdf1

Please sign in to comment.