Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -39,5 +39,4 @@ RUN sleep 10
|
|
39 |
RUN ls -la
|
40 |
|
41 |
|
42 |
-
|
43 |
-
CMD ["gunicorn", "-b", "0.0.0.0:8080", "main:app"]
|
|
|
39 |
RUN ls -la
|
40 |
|
41 |
|
42 |
+
CMD ["gunicorn", "-b", "0.0.0.0:7860", "main:app"]
|
|