update readme

This commit is contained in:
GitGitro 2024-12-06 00:25:23 +01:00
parent 428dba5ac0
commit 498bd545e7
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ This will build the site to the `build` folder. You can then start the server wi
Clone the repository, then build a Docker image with: Clone the repository, then build a Docker image with:
```shell ```shell
$ docker build -t not-nullptr/vert \ $ docker build -t not-nullptr/vert \
--build-arg PUB_ENV=production \
--build-arg PUB_HOSTNAME=vert.sh \ --build-arg PUB_HOSTNAME=vert.sh \
--build-arg PUB_PLAUSIBLE_URL=https://plausible.example.com . --build-arg PUB_PLAUSIBLE_URL=https://plausible.example.com .
``` ```