Display open pull requests from GitHub https://github.com/alphagov/fourth-wall
402
This repo contains the markup and styling for the menu page that appears at stats.dxw.net.
docker build . -t thedxw/dashboard-menu
docker run -p 8000:80 thedxw/dashboard-menu
First make sure you are logged into Docker Hub with docker login. Then
docker build . -t thedxw/dashboard-menu
docker push thedxw/dashboard-menu
At the time of writing it is necessary to manually restart Docker on the stats.dxw.net box for it to pick up the new version.
More detailed instructions on how to login are in the private repo for Dachshund.
Once you are logged in and in the right folder, you need to stop the container and the image, remove the old image, then download and build the latest image:
docker-compose stop dashboard-menu
docker-compose rm dashboard-menu
docker rmi thedxw/dashboard-menu
docker-compose up -d dashboard-menu
Content type
Image
Digest
Size
151.3 MB
Last updated
about 6 years ago
docker pull thedxw/fourth-wall-github