From 9a0bd6736758aff2661f7b04fe4af838226a4184 Mon Sep 17 00:00:00 2001 From: Shelane French Date: Sat, 14 Sep 2024 09:54:29 -0700 Subject: [PATCH] sets bee command to execute in the target cli mode (#58) --- .docksal/commands/bee | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.docksal/commands/bee b/.docksal/commands/bee index 25dc7c33..4ca79a26 100755 --- a/.docksal/commands/bee +++ b/.docksal/commands/bee @@ -1,5 +1,7 @@ #!/usr/bin/env bash +#: exec_target = cli + ## Run a bee command inside the cli container. ## ## Usage: fin bee [command] @@ -13,4 +15,4 @@ DOCROOT_PATH="${PROJECT_ROOT}/${DOCROOT}" #-------------------------- END: Settings -------------------------------- -fin exec /usr/local/bin/bee/bee.php --root=${DOCROOT_PATH} "$@" \ No newline at end of file +/usr/local/bin/bee/bee.php --root=${DOCROOT_PATH} "$@" \ No newline at end of file