rishikumar20202023 commited on
Commit
763e26e
·
verified ·
1 Parent(s): 93a2e98

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
12
 
13
  COPY --chown=user . /app
14
 
15
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--no-access-log"]
 
12
 
13
  COPY --chown=user . /app
14
 
15
+ CMD ["python", "-m", "g4f" ,"--port" ,"7860", "--debug"]