I forked the keen/dashboards github repo and I am trying to create a Dockerfile for running the dashboard in a Docker container.
My fork: https://github.com/adityai/dashboards
I am not familiar with node and npm. The Docker image was built successfully.
https://hub.docker.com/r/adityai/dashboards/
I am not sure if I am using the right command to start the dashboards app (npm start) because when I try to run the docker container locally, it does not start. It exits right away.
docker run -d -p 3000:3000 --name=keen-dashboard adityai/dashboards:gh-pages