chevereto-free/docs/BUILDING.md
2021-11-27 14:09:05 -03:00

420 B

Building

Docker build

  • Tip: Tag ghcr.io/rodber/chevereto-free:1.6 to override the ghcr package with local
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