gpt4free / Dockerfile
getapi's picture
Update Dockerfile
9f0c32c verified
raw
history blame
99 Bytes
FROM hlohaus789/g4f:latest
EXPOSE 8080
EXPOSE 1337
EXPOSE 7900
CMD ["python", "-m", "g4f.api.run"]