Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -33,4 +33,5 @@ COPY . .env
|
|
33 |
EXPOSE 8000
|
34 |
|
35 |
# Run the application.
|
36 |
-
|
|
|
|
33 |
EXPOSE 8000
|
34 |
|
35 |
# Run the application.
|
36 |
+
ENTRYPOINT ["gunicorn", "app:app"]
|
37 |
+
CMD ["--host", "0.0.0.0", "--port", "7860"]
|