edwagbb commited on
Commit
f1c50f3
·
verified ·
1 Parent(s): 4c630ad

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -9,7 +9,6 @@ USER 1000
9
  ENV accessAuthCode=1234567
10
  ENTRYPOINT export Interval=10000 &&\
11
  git clone https://github.com/edwagbb/GitPipeLocal.git /tmp/gitpipelocal &&\
12
- ls /tmp/gitpipelocal &&\
13
  cd /tmp/gitpipelocal && npm install &&\
14
  git clone $remoteUrlWithToken $localrepoPath &&\
15
- cd /home/siyuan && /opt/siyuan/kernel --accessAuthCode $accessAuthCode --lang zh_CN --workspace=/home/siyuan/SiYuan
 
9
  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 /home/siyuan && /opt/siyuan/kernel --accessAuthCode $accessAuthCode --lang zh_CN