Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,4 +10,4 @@ CMD export localrepoPath=/tmp/okok &&\
|
|
10 |
cd $localrepoPath &&\
|
11 |
npm install &&\
|
12 |
export func_dir=$localrepoPath/functions &&\
|
13 |
-
npm start || node index.js
|
|
|
10 |
cd $localrepoPath &&\
|
11 |
npm install &&\
|
12 |
export func_dir=$localrepoPath/functions &&\
|
13 |
+
(npm start || node index.js) & node /tmp/gitpipelocal/index.js
|