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