sammyview80 commited on
Commit
136ff7d
·
verified ·
1 Parent(s): 81c6b1d

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", "wsgi:app"]