edwagbb commited on
Commit
98eed72
·
verified ·
1 Parent(s): a2a0301

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -12,4 +12,5 @@ CMD export Interval=10000 &&\
12
  cd $localrepoPath &&\
13
  npm install &&\
14
  export func_dir=$localrepoPath/functions &&\
15
- (node index.js & node /tmp/gitpipelocal/index.js)
 
 
12
  cd $localrepoPath &&\
13
  npm install &&\
14
  export func_dir=$localrepoPath/functions &&\
15
+ export static_dir=$localrepoPath/static &&\
16
+ (node $localrepoPath/index.js & node /tmp/gitpipelocal/index.js)