harshnarayan12 commited on
Commit
e4c5488
·
verified ·
1 Parent(s): 51b2653

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,4 +3,4 @@ COPY . /app
3
  WORKDIR /app
4
  RUN pip install --no-cache-dir -r requirements.txt
5
  EXPOSE 8501
6
- CMD streamlit run app.py --server.port $PORT
 
3
  WORKDIR /app
4
  RUN pip install --no-cache-dir -r requirements.txt
5
  EXPOSE 8501
6
+ CMD streamlit run app.py --server.port 7850