# Building

docker build -t ghcr.io/rodber/chevereto-free:1.6 . \
    -f httpd-php.Dockerfile
  • For custom tag: Replace tag with your own.
docker build -t rodber/chevereto-free:tag . \
    -f httpd-php.Dockerfile