Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -26,4 +26,4 @@ ENV FLASK_RUN_HOST=0.0.0.0
|
|
| 26 |
ENV FLASK_ENV=production
|
| 27 |
|
| 28 |
# Start the app using environment PORT
|
| 29 |
-
CMD ["
|
|
|
|
| 26 |
ENV FLASK_ENV=production
|
| 27 |
|
| 28 |
# Start the app using environment PORT
|
| 29 |
+
CMD ["python", "-m", "app.app"]
|