The dashboard visualizes the simulated vehicles and the communication between the components.
You can run the application in dev mode with the Ionic CLI:
ionic serve
ionic build --prod
.
docker build -t quay.io/bobbycar/dashboard:latest --platform linux/amd64 .
and
docker push quay.io/bobbycar/dashboard:latest