This commit is contained in:
Liang Ding 2023-04-06 21:56:52 +08:00
parent 76e24225ae
commit 5a7e436ba5
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
12 changed files with 63 additions and 12 deletions

View file

@ -14,6 +14,7 @@ RUN apk add --no-cache gcc musl-dev git && \
mv /go/src/github.com/siyuan-note/siyuan/app/appearance/ /opt/siyuan/ && \
mv /go/src/github.com/siyuan-note/siyuan/app/stage/ /opt/siyuan/ && \
mv /go/src/github.com/siyuan-note/siyuan/app/guide/ /opt/siyuan/ && \
mv /go/src/github.com/siyuan-note/siyuan/app/changelogs/ /opt/siyuan/ && \
mv /go/src/github.com/siyuan-note/siyuan/kernel/kernel /opt/siyuan/ && \
find /opt/siyuan/ -name .git | xargs rm -rf