This currently is pretty minimal and uses:
- apache-2.4.38
- GD library
- Unzip library
- php7.3
- php7.3-opcache
- php7.3-acpu
- php7.3-yaml
- cron
- vim editor
docker build -t grav:latest .
docker run -p 8000:80 grav:latest
Point browser to http://localhost:8000
and create user account...
docker run -d -p 8000:80 --name grav --restart always -v grav_data:/var/www/html grav:1.0