chandan06 commited on
Commit
5d25e9e
·
verified ·
1 Parent(s): 575f0df

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -47,6 +47,7 @@ COPY --chown=user Model $HOME/app
47
  # Expose the port the app runs on
48
  # EXPOSE 7860
49
  EXPOSE 8501
 
50
 
51
  # Start the application
52
  # CMD ["streamlit", "run", "app.py"]
 
47
  # Expose the port the app runs on
48
  # EXPOSE 7860
49
  EXPOSE 8501
50
+ ENV PORT 8501
51
 
52
  # Start the application
53
  # CMD ["streamlit", "run", "app.py"]