Docker image for building the dashboard
358
Provides a docker image with the dependencies needed for building the dashboard.
This repo is automatically built on docker hub.
Assumes you have docker running
This image is published on docker hub. To use it:
docker run -it --rm -v $PWD:/workspace --workdir=/workspace govau/dashboard-build bash
The above command when run the first time will automatically pull the latest image from docker hub. If you run it again later, it will use the previously pulled version. To pull the latest version:
docker pull govau/dashboard-build
Assumes you have docker running
git clone https://github.com/govau/dashboard-build.git
docker build --tag dashboard-build dashboard-build
docker run -it --rm dashboard-build bash
Content type
Image
Digest
Size
453.7 MB
Last updated
over 7 years ago
docker pull govau/dashboard-build