Nothing much, just a blank HTML file and Dockerfile ;)
Require Docker to be installed.
Run docker-compose up to start the container and access your site at: http://localhost:8000
Use Diginext command to deploy: dx deploy
./build.sh [VERSION]docker pull digitop/static:latest
docker run -p 80:80 digitop/static:latestTOP GROUP