edwagbb commited on
Commit
8fd5f87
·
verified ·
1 Parent(s): 53c5ea4

Update Dockerfile

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