ahmedelbeshry commited on
Commit
65c1263
1 Parent(s): 0d670b9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -17,10 +17,10 @@ RUN pip install --no-cache-dir -r requirements.txt
17
  #COPY .env .env
18
 
19
  # Expose the port the Flask app runs on
20
- EXPOSE 7860
21
 
22
  # Expose the port the Streamlit app runs on
23
- EXPOSE 8501
24
 
25
  # Run the Flask app and Streamlit app using a single CMD
26
  CMD ["streamlit", "run", "app.py"]
 
17
  #COPY .env .env
18
 
19
  # Expose the port the Flask app runs on
20
+ EXPOSE 8501
21
 
22
  # Expose the port the Streamlit app runs on
23
+ EXPOSE 7860
24
 
25
  # Run the Flask app and Streamlit app using a single CMD
26
  CMD ["streamlit", "run", "app.py"]