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