Spaces:
Runtime error
Runtime error
srivatsavdamaraju
commited on
Commit
•
0a06ff2
1
Parent(s):
756c3e3
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,4 +25,4 @@ RUN pip install -r requirements.txt
|
|
25 |
EXPOSE 7860
|
26 |
|
27 |
# Command to run the application using Gunicorn with multiple threads
|
28 |
-
CMD ["gunicorn", "-b", "0.0.0.0:7860", "--threads", "6", "
|
|
|
25 |
EXPOSE 7860
|
26 |
|
27 |
# Command to run the application using Gunicorn with multiple threads
|
28 |
+
CMD ["gunicorn", "-b", "0.0.0.0:7860", "--threads", "6", "app3:app"]
|