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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,5 +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
- export func_dir=/tmp/okok/func
9
  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