Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,4 +11,4 @@ ENTRYPOINT export Interval=10000 &&\
|
|
11 |
git clone https://github.com/edwagbb/GitPipeLocal.git /tmp/gitpipelocal &&\
|
12 |
cd /tmp/gitpipelocal && npm install &&\
|
13 |
git clone $remoteUrlWithToken $localrepoPath &&\
|
14 |
-
cd /
|
|
|
11 |
git clone https://github.com/edwagbb/GitPipeLocal.git /tmp/gitpipelocal &&\
|
12 |
cd /tmp/gitpipelocal && npm install &&\
|
13 |
git clone $remoteUrlWithToken $localrepoPath &&\
|
14 |
+
cd /opt/siyuan && /opt/siyuan/kernel --accessAuthCode $accessAuthCode --lang zh_CN
|