ParthCodes commited on
Commit
a8d9d53
1 Parent(s): 73e95e8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ RUN pip install -U g4f
10
 
11
  COPY . /code
12
 
13
- CMD ["gunicorn", "main:app", "-b", "0.0.0.0:7860"]
 
10
 
11
  COPY . /code
12
 
13
+ CMD ["gunicorn", "app:app", "-b", "0.0.0.0:7860"]