mukesh3444 commited on
Commit
81be444
·
verified ·
1 Parent(s): 240e0aa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -18,7 +18,5 @@ COPY requirements.txt requirements.txt
18
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
19
 
20
  COPY . .
21
- EXPOSE 80
22
- EXPOSE 443
23
 
24
- CMD [ "python3", "-m" , "flask", "run", "--host=0.0.0.0","--port", "80"]
 
18
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
19
 
20
  COPY . .
 
 
21
 
22
+ CMD [ "python3", "-m" , "flask", "run", "--host=0.0.0.0","--port", "7860"]