datacipen commited on
Commit
79be614
·
verified ·
1 Parent(s): 0626861

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ COPY --chown=user . $HOME/app
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
  COPY . .
11
- CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:server", "-t", "180"]
 
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
  COPY . .
11
+ CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "main:server", "-t", "180"]