From 82ce9844ddf85a2ad8419061e9ab1d0c7f298dab Mon Sep 17 00:00:00 2001 From: thegeeklab-bot Date: Tue, 12 Mar 2024 19:56:59 +0000 Subject: [PATCH] [skip ci] auto-update documentation --- content/_index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 913c015..04244d1 100644 --- a/content/_index.md +++ b/content/_index.md @@ -55,5 +55,9 @@ docker build --file Containerfile.multiarch --tag thegeeklab/wp-opentofu . ## Test ```Shell -docker run -it thegeeklab/wp-opentofu --action validate +docker run --rm \ + -e PLUGIN_ACTION=validate \ + -v $(pwd):/build:z \ + -w /build \ + thegeeklab/wp-opentofu ```