🔖 Release v3.0.11
This commit is contained in:
parent
51455b16a8
commit
398fdf164e
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue