mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🔖 Release v3.0.11
This commit is contained in:
parent
51455b16a8
commit
398fdf164e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
FROM node:21 as NODE_BUILD
|
FROM node:21 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 cd app && npm install -g pnpm && pnpm install && pnpm run build
|
RUN cd app && npm install -g pnpm@9.0.2 && pnpm install && pnpm run build
|
||||||
|
|
||||||
FROM golang:alpine as GO_BUILD
|
FROM golang:alpine as GO_BUILD
|
||||||
WORKDIR /go/src/github.com/siyuan-note/siyuan/
|
WORKDIR /go/src/github.com/siyuan-note/siyuan/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue