SharryOG commited on
Commit
092789c
1 Parent(s): 383288c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -2,7 +2,4 @@ FROM python:3.11
2
  COPY . .
3
  WORKDIR /
4
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
5
-
6
- EXPOSE 5000
7
- ENV FLASK_APP=app.py
8
- CMD ["flask", "run", "--host", "0.0.0.0"]
 
2
  COPY . .
3
  WORKDIR /
4
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
5
+ CMD ["flask", "run", "--host", "0.0.0.0", "--port", "7860"]