okeowo1014 commited on
Commit
906cc9f
1 Parent(s): d6fd454

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,5 +12,5 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
12
  COPY . .
13
 
14
  # CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
15
- CMD [ "python3","-m", "flask", "run", "--host=0.0.0.0"]
16
  # CMD ["python3", "app.py"]
 
12
  COPY . .
13
 
14
  # CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
15
+ CMD [ "python3","-m", "flask", "run", "--host=0.0.0.0","--port", "7860"]
16
  # CMD ["python3", "app.py"]