Skip to content

Commit 9a0bd67

Browse files
authored
sets bee command to execute in the target cli mode (#58)
1 parent 9fa1f78 commit 9a0bd67

File tree

1 file changed

+3
-1
lines changed
  • .docksal/commands

1 file changed

+3
-1
lines changed

.docksal/commands/bee

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
#: exec_target = cli
4+
35
## Run a bee command inside the cli container.
46
##
57
## Usage: fin bee [command]
@@ -13,4 +15,4 @@ DOCROOT_PATH="${PROJECT_ROOT}/${DOCROOT}"
1315

1416
#-------------------------- END: Settings --------------------------------
1517

16-
fin exec /usr/local/bin/bee/bee.php --root=${DOCROOT_PATH} "$@"
18+
/usr/local/bin/bee/bee.php --root=${DOCROOT_PATH} "$@"

0 commit comments

Comments
 (0)