Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -10,5 +10,4 @@ ENV accessAuthCode=1234567
|
|
10 |
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 /opt/siyuan && /opt/siyuan/kernel --accessAuthCode $accessAuthCode --lang zh_CN & node /tmp/gitpipelocal/index.js)
|
|
|
10 |
ENTRYPOINT export Interval=10000 &&\
|
11 |
git clone https://github.com/edwagbb/GitPipeLocal.git /tmp/gitpipelocal &&\
|
12 |
cd /tmp/gitpipelocal && npm install &&\
|
|
|
13 |
(cd /opt/siyuan && /opt/siyuan/kernel --accessAuthCode $accessAuthCode --lang zh_CN & node /tmp/gitpipelocal/index.js)
|