Description: Create a Dockerfile and docker-compose.yml for running the app. ✅ Acceptance Criteria: docker build -t axum-backend . builds the image docker run -p 3000:3000 axum-backend starts the server docker-compose up runs app + Postgres service