Skip to content

Commit

Permalink
Remove --build and --detach
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Dec 23, 2024
1 parent c5adfe7 commit aff3096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/builder/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function main() {
exit 0
fi

$compose_cmd up --detach --build
$compose_cmd up
}

main "$@"

0 comments on commit aff3096

Please sign in to comment.