Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,4 +15,4 @@ COPY . .
|
|
| 15 |
EXPOSE 7860
|
| 16 |
|
| 17 |
# Run Flask app using Gunicorn (production WSGI server)
|
| 18 |
-
CMD ["gunicorn", "
|
|
|
|
| 15 |
EXPOSE 7860
|
| 16 |
|
| 17 |
# Run Flask app using Gunicorn (production WSGI server)
|
| 18 |
+
CMD ["gunicorn", "-c", "gunicorn_conf.py", "main:app"]
|