aymanemalih commited on
Commit
5f0a113
·
verified ·
1 Parent(s): 2f1f896

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ RUN apt update && apt install -y ffmpeg
20
 
21
  COPY . .
22
 
23
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "main:run"]
 
20
 
21
  COPY . .
22
 
23
+ CMD ["gunicorn", "-b", "0.0.0.0:7860", "run:app"]