edwagbb commited on
Commit
b4df723
·
verified ·
1 Parent(s): ec3d544

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ RUN chmod -R u+rwx,g+rwx,o+rwx /tmp
5
  CMD export localrepoPath=/tmp/okok &&\
6
  git clone https://github.com/edwagbb/GitPipeLocal.git /tmp/gitpipelocal &&\
7
  ls /tmp/gitpipelocal &&\
8
- cd /tmp/gitpipelocal && npm install && node /tmp/gitpipelocal/index.js &\
9
  git clone $remoteUrlWithToken $localrepoPath &&\
10
  cd $localrepoPath &&\
11
  npm install &&\
 
5
  CMD export localrepoPath=/tmp/okok &&\
6
  git clone https://github.com/edwagbb/GitPipeLocal.git /tmp/gitpipelocal &&\
7
  ls /tmp/gitpipelocal &&\
8
+ cd /tmp/gitpipelocal && npm install &&\
9
  git clone $remoteUrlWithToken $localrepoPath &&\
10
  cd $localrepoPath &&\
11
  npm install &&\