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