chevereto-free/docs/BUILDING.md

22 lines
481 B
Markdown
Raw Normal View History

2021-11-20 14:34:11 +00:00
# Building
## Composer
`todo`
## Docker build
2021-11-20 15:41:36 +00:00
* **Tip:** Tag `ghcr.io/rodber/chevereto-free-httpd-php:1.6` to override the [ghcr package](https://github.com/rodber/chevereto-free/pkgs/container/chevereto-free-httpd-php) with local
2021-11-20 14:34:11 +00:00
```sh
docker build -t ghcr.io/rodber/chevereto-free-httpd-php:1.6 . \
-f httpd-php.Dockerfile
```
* For custom tag: Replace `tag` with your own.
```sh
docker build -t rodber/chevereto-free-httpd-php:tag . \
-f httpd-php.Dockerfile
```