mirror of https://github.com/VERT-sh/VERT.git
[no ci] docs(readme): update example docker image tag
Use the organization name instead of not-nullptr
This commit is contained in:
parent
437157e18d
commit
3f7379cadd
|
|
@ -56,7 +56,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 VERT-sh/vert \
|
||||||
--build-arg PUB_ENV=production \
|
--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