Adityadn commited on
Commit
ecce711
·
verified ·
1 Parent(s): 4aa47d8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ EXPOSE 8501
18
 
19
  HEALTHCHECK CMD curl --fail http://localhost:5000
20
 
21
- ENTRYPOINT ["python", "app.py", "--server.port=5000", "--server.address=127.0.0.1"]
 
18
 
19
  HEALTHCHECK CMD curl --fail http://localhost:5000
20
 
21
+ ENTRYPOINT ["python", "app.py"]