Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -23,4 +23,4 @@ EXPOSE 7680
|
|
| 23 |
ENV PORT=7680
|
| 24 |
|
| 25 |
# Run the application using Gunicorn
|
| 26 |
-
CMD ["
|
|
|
|
| 23 |
ENV PORT=7680
|
| 24 |
|
| 25 |
# Run the application using Gunicorn
|
| 26 |
+
CMD ["python", "application.py"]
|