AiDeveloper1 commited on
Commit
6f6b09f
·
verified ·
1 Parent(s): 305b763

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,4 +4,4 @@ COPY requirements.txt .
4
  RUN pip install --no-cache-dir -r requirements.txt
5
  COPY . .
6
  EXPOSE 5000
7
- CMD ["python", "test2.py"]
 
4
  RUN pip install --no-cache-dir -r requirements.txt
5
  COPY . .
6
  EXPOSE 5000
7
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "test2:app"]