mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 23:50:13 +01:00
🔖 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
|
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…
Add table
Add a link
Reference in a new issue