Containerize Project (Dashboard)
Containerize the project using Docker (Podman)
Acceptance Criteria
- A Dockerfile is created.
- The
README.md
is updated with information on how to run the container locally.
Quality Criteria
- Expose only necessary ports
- Dockerfile complies with best practices.
Edited by Thomas Van Vark