luis-mi commited on
Commit
03cb36a
1 Parent(s): c5685a6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt
12
  COPY . /app
13
 
14
  # Make port 8501 available to the world outside this container
15
- EXPOSE 7860
16
 
17
  # Run app.py when the container launches, use environment variables
18
- CMD ["streamlit", "run", "Home.py", "--server.address=0.0.0.0", "--server.port=8501"]
 
12
  COPY . /app
13
 
14
  # Make port 8501 available to the world outside this container
15
+ EXPOSE 8501
16
 
17
  # Run app.py when the container launches, use environment variables
18
+ CMD ["streamlit", "run", "Home.py"]