edwagbb commited on
Commit
23fa5fc
·
verified ·
1 Parent(s): f2d8271

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,4 +5,5 @@ RUN chmod -R u+rwx,g+rwx,o+rwx /tmp
5
  CMD git clone $URL /tmp/okok &&\
6
  cd /tmp/okok &&\
7
  npm install &&\
 
8
  npm start || node index.js
 
5
  CMD git clone $URL /tmp/okok &&\
6
  cd /tmp/okok &&\
7
  npm install &&\
8
+ export func_dir=/tmp/okok/func
9
  npm start || node index.js