Update Dockerfile
Browse files- 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"]
|