moarafa97 commited on
Commit
a77abaa
·
verified ·
1 Parent(s): 4e0586f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,4 +21,4 @@ RUN pip install --upgrade pip
21
  RUN pip install -r requirements.txt
22
 
23
  # Run the Streamlit app
24
- CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.headless=true"]
 
21
  RUN pip install -r requirements.txt
22
 
23
  # Run the Streamlit app
24
+ CMD ["streamlit", "run", "src/streamlit_app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.headless=true"]