diff --git a/README.md b/README.md index a962799..b1dc317 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Do not publish the generated image to a public access registry as it contains yo | Key | Description | | ----------------- | ----------------------------------------------- | -| CHEVERETO_LICENSE | Chevereto license key | +| CHEVERETO_LICENSE | Chevereto license key (*) | | REGISTRY_IMAGE | Image to be build (at), `owner/chevereto-build` | | REGISTRY_LABEL | `ghcr.io/owner`, `docker.io`, `quay.io` | | REGISTRY_PASSWORD | Password (registry access token) | @@ -41,12 +41,13 @@ The build will be available at your target container registry. ## Manual setup -For custom application, put the contents in the `/chevereto` folder before building the image. - ```sh docker build -t tag . -f httpd-php.Dockerfile --build-arg CHEVERETO_LICENSE= ``` +For custom application, put the contents in the `/chevereto` folder before building the image. + + ## Updating * Add the main template repository as remote `template`