Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -6,7 +6,6 @@ RUN chmod -R u+rwx,g+rwx,o+rwx /tmp
|
|
6 |
ENV localrepoPath /home/siyuan/SiYuan
|
7 |
|
8 |
USER 1000
|
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 &&\
|
|
|
6 |
ENV localrepoPath /home/siyuan/SiYuan
|
7 |
|
8 |
USER 1000
|
|
|
9 |
ENTRYPOINT export Interval=10000 &&\
|
10 |
git clone https://github.com/edwagbb/GitPipeLocal.git /tmp/gitpipelocal &&\
|
11 |
cd /tmp/gitpipelocal && npm install &&\
|