fix/dockerfile-copy-cmd
main
- COPY ./app /app/app → /usr/src/app/app (matches WORKDIR) - Add CMD for uvicorn startup (was missing, inheriting python3 no-op from base image)