gemini / Dockerfile
johncn's picture
Create Dockerfile
6a07a9b verified
raw
history blame contribute delete
125 Bytes
FROM ghcr.io/snailyp/gemini-balance:latest
EXPOSE 7860
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]