Spaces:
Sleeping
Sleeping
Commit
·
f7be1f4
1
Parent(s):
3d062e2
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,7 +22,7 @@ COPY /FUNCTIONS/functions.py /FUNCTIONS/functions.py
|
|
22 |
COPY app.py app.py
|
23 |
COPY /FUNCTIONS/FUNCTIONS.txt /FUNCTIONS/FUNCTIONS.txt
|
24 |
|
25 |
-
RUN chmod +x /FUNCTIONS/functions.py
|
26 |
|
27 |
CMD ["gunicorn","-b","0.0.0.0:7860", "app:app","--timeout","950"]
|
28 |
|
|
|
22 |
COPY app.py app.py
|
23 |
COPY /FUNCTIONS/FUNCTIONS.txt /FUNCTIONS/FUNCTIONS.txt
|
24 |
|
25 |
+
RUN chmod +x python /FUNCTIONS/functions.py
|
26 |
|
27 |
CMD ["gunicorn","-b","0.0.0.0:7860", "app:app","--timeout","950"]
|
28 |
|