mirror of
https://github.com/appdev/siyuan-unlock.git
synced 2026-03-07 09:17:42 +08:00
🔖 Release v3.0.11
This commit is contained in:
parent
51455b16a8
commit
398fdf164e
@ -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…
Reference in New Issue
Block a user