Skip to content

Commit

Permalink
fixing script
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed Dec 22, 2023
1 parent 32b32cb commit 88e3bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build() {
}

up() {
docker compose $opts up --detached --remove-orphans --progress quiet
docker compose $opts up --detach --remove-orphans --progress quiet
}

stop() {
Expand Down

0 comments on commit 88e3bda

Please sign in to comment.