ATS_parser_backend / Dockerfile
Maarij-Aqeel's picture
Added files
0c1794b
raw
history blame contribute delete
202 Bytes
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"]