[no ci] docs(readme): update example docker image tag

Use the organization name instead of not-nullptr
This commit is contained in:
azurejelly 2025-02-10 21:01:23 -05:00
parent 437157e18d
commit 3f7379cadd
No known key found for this signature in database
GPG Key ID: 78C7CB2FBB62D96D
1 changed files with 1 additions and 1 deletions

View File

@ -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 .