chevereto-free/docs/BUILDING.md

18 lines
420 B
Markdown
Raw Normal View History

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