File size: 202 Bytes
0c1794b
 
 
 
1
2
3
4
5
FROM maarijaqeel/ats-parser:latest

# HF Spaces inject env vars at runtime; alembic + uvicorn boot from there
CMD ["sh", "-c", "alembic upgrade head && uvicorn app.main:app --host 0.0.0.0 --port 8000"]