DIVY118 commited on
Commit
1c3f1e1
1 Parent(s): e3407c4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -13,7 +13,6 @@ RUN sudo apt update
13
  RUN sudo apt install tesseract-ocr
14
  RUN sudo apt install libtesseract-dev
15
  # Expose the port the app runs on
16
- EXPOSE
17
 
18
  # Run the Flask app
19
  CMD ["flask", "run", "--host", "0.0.0.0", "--port", "7860"]
 
13
  RUN sudo apt install tesseract-ocr
14
  RUN sudo apt install libtesseract-dev
15
  # Expose the port the app runs on
 
16
 
17
  # Run the Flask app
18
  CMD ["flask", "run", "--host", "0.0.0.0", "--port", "7860"]