edwagbb commited on
Commit
8d83aca
·
verified ·
1 Parent(s): d7e3f6b

Update Dockerfile

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