edwagbb commited on
Commit
01a7233
·
verified ·
1 Parent(s): 7c2d1f2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ RUN apk update && apk upgrade && apk add git
4
  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
  cd /tmp/gitpipelocal && npm install && node index.js &\
8
  git clone $remoteUrlWithToken $localrepoPath &&\
9
  cd $localrepoPath &&\
 
4
  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 index.js &\
9
  git clone $remoteUrlWithToken $localrepoPath &&\
10
  cd $localrepoPath &&\