ST-Gemini / Dockerfile
callma's picture
Create Dockerfile
69c402f verified
raw
history blame contribute delete
123 Bytes
FROM ghcr.io/blgbr0/nanbeilvdou:latest
EXPOSE 7860
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]