**Description**: Create multi-stage Dockerfile using Bazel for build and a slim runtime image. **DoD**: - `docker build .` succeeds. - Container runs API service. - `.dockerignore` excludes build artifacts.
Description: Create multi-stage Dockerfile using Bazel for build and a slim runtime image.
DoD:
docker build .succeeds..dockerignoreexcludes build artifacts.