LVKinyanjui commited on
Commit
b9ca9a2
1 Parent(s): e283e1e

Replaced port number with the default one in the README file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,4 +37,4 @@ COPY . .
37
  RUN tesseract --version
38
 
39
  # Set the command to run when the container starts
40
- CMD ["python3", "-m", "streamlit", "run", "app.py", "--server.port", "8000"]
 
37
  RUN tesseract --version
38
 
39
  # Set the command to run when the container starts
40
+ CMD ["python3", "-m", "streamlit", "run", "app.py", "--server.port", "7860"]