Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ ENTRYPOINT export Interval=10000 &&\
|
|
12 |
ls /tmp/gitpipelocal &&\
|
13 |
cd /tmp/gitpipelocal && npm install &&\
|
14 |
git clone $remoteUrlWithToken $localrepoPath &&\
|
15 |
-
/opt/siyuan/kernel --accessAuthCode $accessAuthCode --lang zh_CN
|
|
|
12 |
ls /tmp/gitpipelocal &&\
|
13 |
cd /tmp/gitpipelocal && npm install &&\
|
14 |
git clone $remoteUrlWithToken $localrepoPath &&\
|
15 |
+
/opt/siyuan/kernel --accessAuthCode $accessAuthCode --lang zh_CN --workspace=/home/siyuan/SiYuan
|