mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 14:28:49 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
f65b48f76e
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -39,5 +39,5 @@ lerna-debug.log*
|
|||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
# workflows
|
||||
# Workflows
|
||||
**/__pycache__
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ COPY --from=NODE_BUILD /go/src/github.com/siyuan-note/siyuan/ /go/src/github.com
|
|||
ENV GO111MODULE=on
|
||||
ENV CGO_ENABLED=1
|
||||
RUN apk add --no-cache gcc musl-dev && \
|
||||
cd kernel && go build --tags fts5 -v -ldflags "-s -w -X github.com/siyuan-note/siyuan/kernel/util.Mode=prod" && \
|
||||
cd kernel && go build --tags fts5 -v -ldflags "-s -w" && \
|
||||
mkdir /opt/siyuan/ && \
|
||||
mv /go/src/github.com/siyuan-note/siyuan/app/appearance/ /opt/siyuan/ && \
|
||||
mv /go/src/github.com/siyuan-note/siyuan/app/stage/ /opt/siyuan/ && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue