Bils commited on
Commit
30eb5ba
1 Parent(s): 5d41372

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,5 +15,5 @@ COPY . /app
15
  WORKDIR /app
16
 
17
  # Command to run your Streamlit application
18
- ENTRYPOINT ["streamlit", "run"]
19
  CMD ["radio_imaging_app.py"] # Replace with your Streamlit application script
 
15
  WORKDIR /app
16
 
17
  # Command to run your Streamlit application
18
+ ENTRYPOINT ["streamlit", "run", "radio_imaging_app.py", "--server.port=8501", "--server.address=10.19.127.91"]
19
  CMD ["radio_imaging_app.py"] # Replace with your Streamlit application script