docs: add missing test command (#11)

This commit is contained in:
Robert Kaussow 2024-02-07 13:56:06 +01:00 committed by GitHub
parent 9785aac2c6
commit 641b83d579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -55,5 +55,5 @@ docker build --file Containerfile.multiarch --tag thegeeklab/wp-opentofu .
## Test
```Shell
docker run -it thegeeklab/wp-opentofu --action validate
```