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