arifa-batool commited on
Commit
a8caeb2
·
verified ·
1 Parent(s): c75f393

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 ["flask", "run", "--host=0.0.0.0", "--port=${PORT:-7860}"]
 
26
  ENV FLASK_ENV=production
27
 
28
  # Start the app using environment PORT
29
+ CMD ["python", "-m", "app.app"]