Spaces:
Sleeping
Sleeping
oriastanjung
commited on
Commit
·
8087ab0
1
Parent(s):
a6b7d9c
fix concurency and asyncronous request
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,4 +19,4 @@ RUN pip3 install --no-cache-dir -r requirements.txt
|
|
19 |
EXPOSE 5000
|
20 |
|
21 |
# Run the application
|
22 |
-
CMD ["gunicron", "
|
|
|
19 |
EXPOSE 5000
|
20 |
|
21 |
# Run the application
|
22 |
+
CMD ["gunicron", "-b","--host","0.0.0.0:7860", "main:app"]
|