sammyview80 commited on
Commit
a86812f
·
verified ·
1 Parent(s): aa9dd59

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,4 +28,4 @@ USER root
28
  RUN chmod 777 ~/app/*
29
  USER user
30
 
31
- CMD ["gunicorn", "-b", "0.0.0.0:5000", "flask_app:app"]
 
28
  RUN chmod 777 ~/app/*
29
  USER user
30
 
31
+ CMD ["gunicorn", "-b", "0.0.0.0:5000", "flask_app:flask_app"]