Update Dockerfile
Browse files- 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
|
|
|
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
|