frasan commited on
Commit
57ee487
1 Parent(s): 6272fe5
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -41,4 +41,4 @@ EXPOSE 8080
41
  ENV NAME World
42
 
43
  # Command to run on container start
44
- CMD [ "gunicorn", "--bind", "127.0.0.1:8080", "librarymed.main:app" ]
 
41
  ENV NAME World
42
 
43
  # Command to run on container start
44
+ CMD [ "gunicorn", "--bind", "0.0.0.0:8080", "librarymed.main:app" ]