mirror of https://github.com/VERT-sh/VERT.git
update readme
This commit is contained in:
parent
428dba5ac0
commit
498bd545e7
|
@ -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 .
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue