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