gpt4free / Dockerfile
getapi's picture
Update Dockerfile
fef0af5 verified
raw
history blame
124 Bytes
FROM hlohaus789/g4f:latest
EXPOSE 8080
EXPOSE 1337
EXPOSE 7900
CMD ["python", "-m", "g4f.api.Api().run(ip='0.0.0.0:1337')"]