mafzaal's picture
Refactor Dockerfile and update README for FastAPI RAG application
7a1c9d6
raw
history blame contribute delete
65 Bytes
#!/bin/bash
uvicorn main:app --host 0.0.0.0 --port 8000 --reload