🔖 Release v3.0.11

This commit is contained in:
Daniel 2024-04-23 14:44:52 +08:00
parent 51455b16a8
commit 398fdf164e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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/