edwagbb commited on
Commit
2ac541b
·
verified ·
1 Parent(s): 677845b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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)