LoRDxdd commited on
Commit
36fa3e7
·
1 Parent(s): 8fed675
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,4 +3,4 @@ WORKDIR /app
3
  COPY ./gpt4free /app
4
  RUN pip install --no-cache-dir -r requirements.txt
5
  EXPOSE 8080
6
- CMD ["python", "-m", "g4f.cli", "api", "--host", "0.0.0.0", "--port", "8080"]
 
3
  COPY ./gpt4free /app
4
  RUN pip install --no-cache-dir -r requirements.txt
5
  EXPOSE 8080
6
+ CMD ["python", "-m", "g4f.cli", "gui", "--port", "8080", "--debug"]