Spaces:
Running
Running
| 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"] | |