Add Docker Support for Backend Service
Description:
This MR introduces Docker support for the backend service to enable consistent and portable execution across environments.
Changes Made:
Added Dockerfile for containerizing the backend Added .dockerignore to optimize build context Added entrypoint.sh to manage application startup Configured environment-based host and port (ASR_HOST, ASR_PORT) Updated application startup to use uvicorn in a production-friendly way docker-compose.yml README.md main.py
- closes #14
Edited by ashritha kunjeti