mirror of
https://github.com/chevereto/docker.git
synced 2026-05-07 02:17:35 +02:00
671 B
671 B
Build
Make production images
This command creates the Docker images for Apache HTTP and PHP-FPM. It provides Chevereto by downloading the software at ./chevereto.
make image <options>
Available options:
- NAMESPACE=local
- VERSION=4.0
Example:
make image VERSION=4.0 NAMESPACE=donchecho
Make custom images
Same as production, but it sources the software from ./chevereto rather than downloading it.
make image-custom <options>
Available options:
- NAMESPACE=local
- VERSION=4.0
- TAG_BASENAME=${NAMESPACE}_chevereto:${VERSION}
Example:
make image-custom VERSION=4.0 NAMESPACE=donchecho TAG_BASENAME=mywea