chevereto-free/docs/BUILDING.md
Rodolfo Berrios 1728229fab
docker docs
2021-11-20 11:34:11 -03:00

465 B

Building

Composer

todo

Docker build

  • Tip: Tag ghcr.io/rodber/chevereto-free-httpd-php:1.6 to override the ghcr package with local
docker build -t ghcr.io/rodber/chevereto-free-httpd-php:1.6 . \
    -f httpd-php.Dockerfile
  • For custom tag: Replace tag with your own.
docker build -t rodber/chevereto-free-httpd-php:tag . \
    -f httpd-php.Dockerfile