From 498bd545e76ce2bee5b7f024629acf7057dcffd9 Mon Sep 17 00:00:00 2001 From: GitGitro <108683123+GitGitro@users.noreply.github.com.> Date: Fri, 6 Dec 2024 00:25:23 +0100 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7570fb1..162655f 100644 --- a/README.md +++ b/README.md @@ -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: ```shell $ docker build -t not-nullptr/vert \ + --build-arg PUB_ENV=production \ --build-arg PUB_HOSTNAME=vert.sh \ --build-arg PUB_PLAUSIBLE_URL=https://plausible.example.com . ```