We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa1f78 commit 9a0bd67Copy full SHA for 9a0bd67
.docksal/commands/bee
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
3
+#: exec_target = cli
4
+
5
## Run a bee command inside the cli container.
6
##
7
## Usage: fin bee [command]
@@ -13,4 +15,4 @@ DOCROOT_PATH="${PROJECT_ROOT}/${DOCROOT}"
13
15
14
16
#-------------------------- END: Settings --------------------------------
17
-fin exec /usr/local/bin/bee/bee.php --root=${DOCROOT_PATH} "$@"
18
+/usr/local/bin/bee/bee.php --root=${DOCROOT_PATH} "$@"
0 commit comments