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

Update Dockerfile

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