Spaces:
Sleeping
Sleeping
oriastanjung
commited on
Commit
·
1e44e1a
1
Parent(s):
31c96da
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 ["gunicorn", "--bind","
|
|
|
19 |
EXPOSE 5000
|
20 |
|
21 |
# Run the application
|
22 |
+
CMD ["gunicorn", "--bind","0.0.0.0:7860", "main:app"]
|