Skip to content

Commit 16ebae9

Browse files
authored
Update start.sh
1 parent 8ea802d commit 16ebae9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function startFunction {
4545
# this is useful if you need to have your ssh-agent available for executing a command e.g composer install
4646
# example usage: bash start.sh run-with-agent -T web composer install --no-dev --ansi --verbose
4747
run-with-agent)
48-
docker-compose --project-directory . -f compose/${CONTEXT}/docker-compose.yml run -u $USER --rm --entrypoint= $SSH_AGENT_PART ${@:2}
48+
docker-compose --project-directory . -f compose/${CONTEXT}/docker-compose.yml run --rm -u $USER --rm --entrypoint= $SSH_AGENT_PART ${@:2}
4949
return
5050
;;
5151
*)

0 commit comments

Comments
 (0)