We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea802d commit 16ebae9Copy full SHA for 16ebae9
1 file changed
start.sh
@@ -45,7 +45,7 @@ function startFunction {
45
# this is useful if you need to have your ssh-agent available for executing a command e.g composer install
46
# example usage: bash start.sh run-with-agent -T web composer install --no-dev --ansi --verbose
47
run-with-agent)
48
- docker-compose --project-directory . -f compose/${CONTEXT}/docker-compose.yml run -u $USER --rm --entrypoint= $SSH_AGENT_PART ${@:2}
+ docker-compose --project-directory . -f compose/${CONTEXT}/docker-compose.yml run --rm -u $USER --rm --entrypoint= $SSH_AGENT_PART ${@:2}
49
return
50
;;
51
*)
0 commit comments