Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -23,4 +23,4 @@ ENV PORT=7860
|
|
| 23 |
# Run app.py when the container launches using Gunicorn
|
| 24 |
# Gunicorn is a production-ready web server.
|
| 25 |
# We bind to 0.0.0.0 to allow external connections.
|
| 26 |
-
CMD ["
|
|
|
|
| 23 |
# Run app.py when the container launches using Gunicorn
|
| 24 |
# Gunicorn is a production-ready web server.
|
| 25 |
# We bind to 0.0.0.0 to allow external connections.
|
| 26 |
+
CMD ["python", "app.py"]
|