Spaces:
Sleeping
Sleeping
ParthCodes
commited on
Commit
•
a8d9d53
1
Parent(s):
73e95e8
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,4 +10,4 @@ RUN pip install -U g4f
|
|
10 |
|
11 |
COPY . /code
|
12 |
|
13 |
-
CMD ["gunicorn", "
|
|
|
10 |
|
11 |
COPY . /code
|
12 |
|
13 |
+
CMD ["gunicorn", "app:app", "-b", "0.0.0.0:7860"]
|