diff --git a/docs/content/_index.md b/docs/content/_index.md index 913c015..04244d1 100644 --- a/docs/content/_index.md +++ b/docs/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 ```