From 3f7379cadd8442c4a4590c680a51678f817f2404 Mon Sep 17 00:00:00 2001 From: azurejelly <178000437+azurejelly@users.noreply.github.com> Date: Mon, 10 Feb 2025 21:01:23 -0500 Subject: [PATCH] [no ci] docs(readme): update example docker image tag Use the organization name instead of not-nullptr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3961925..b413ed4 100644 --- a/README.md +++ b/README.md @@ -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: ```shell -$ docker build -t not-nullptr/vert \ +$ docker build -t VERT-sh/vert \ --build-arg PUB_ENV=production \ --build-arg PUB_HOSTNAME=vert.sh \ --build-arg PUB_PLAUSIBLE_URL=https://plausible.example.com .