fschwartzer commited on
Commit
b800ccd
1 Parent(s): 00bc47f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ EXPOSE 5000
17
  ENV NAME World
18
 
19
  # Run app.py when the container launches
20
- CMD ["gunicorn", "-b", "0.0.0.0:5000", "--log-level", "debug", "app:app"]
 
17
  ENV NAME World
18
 
19
  # Run app.py when the container launches
20
+ CMD ["gunicorn", "-b", "127.0.0.1:5000", "--log-level", "debug", "app:app"]