mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-02 17:30:52 +08:00
🔖 v2.0.15
This commit is contained in:
parent
bc6ca1a0a4
commit
848ffce5e8
@ -1,7 +1,6 @@
|
||||
FROM node:16 as NODE_BUILD
|
||||
WORKDIR /go/src/github.com/siyuan-note/siyuan/
|
||||
ADD . /go/src/github.com/siyuan-note/siyuan/
|
||||
RUN rm /go/src/github.com/siyuan-note/siyuan/app/package-lock.json
|
||||
RUN cd app && npm install -g pnpm && pnpm install && pnpm run build
|
||||
|
||||
FROM golang:alpine as GO_BUILD
|
||||
|
Loading…
Reference in New Issue
Block a user