🔖 v2.0.15

This commit is contained in:
Liang Ding 2022-06-01 10:56:14 +08:00
parent bc6ca1a0a4
commit 848ffce5e8
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

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