🔖 v2.0.15
This commit is contained in:
parent
bc6ca1a0a4
commit
848ffce5e8
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue