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