From a879d8e8204d6d66fe93c78c2675c1728e3654ef Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 20 Dec 2022 17:29:27 -0600 Subject: [PATCH] Bot Updating Documentation --- images/docker-grav.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/docker-grav.md b/images/docker-grav.md index 7c9ae1e82..9b7e94857 100755 --- a/images/docker-grav.md +++ b/images/docker-grav.md @@ -37,7 +37,7 @@ The architectures supported by this image are: For more information check out the [Grav documentation](https://learn.getgrav.org/). Our image includes the [grav-admin](https://github.com/getgrav/grav-plugin-admin) plugin. -To use the CLI tools you need to pass the working directory as part of your exec command (or use an interactive shell), e.g. `docker exec -it -w /app/www/public/grav-admin grav bin/gpm` +To use the CLI tools you need to pass the working directory as part of your exec command (or use an interactive shell), e.g. `docker exec -it -w /app/www/public grav bin/gpm` ## Usage