Nechba commited on
Commit
209e4e4
·
verified ·
1 Parent(s): 9ae4a60

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,6 +11,6 @@ COPY . .
11
 
12
  RUN apt-get update && apt-get install -y glpk-utils
13
  # Expose port 80 to the outside world
14
- EXPOSE 8501
15
  # Command to run the Uvicorn server
16
  CMD ["streamlit", "run", "app.py"]
 
11
 
12
  RUN apt-get update && apt-get install -y glpk-utils
13
  # Expose port 80 to the outside world
14
+
15
  # Command to run the Uvicorn server
16
  CMD ["streamlit", "run", "app.py"]