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