Update Dockerfile
Browse files- 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/
|
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/functions &&\
|
9 |
npm start || node index.js
|