From 641b83d5792a4c2cfb786ed7c155e8bd10ec05ab Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 7 Feb 2024 13:56:06 +0100 Subject: [PATCH] docs: add missing test command (#11) --- docs/content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/_index.md b/docs/content/_index.md index 9ec6f5b..913c015 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -55,5 +55,5 @@ docker build --file Containerfile.multiarch --tag thegeeklab/wp-opentofu . ## Test ```Shell - +docker run -it thegeeklab/wp-opentofu --action validate ```