Skip to content

Commit

Permalink
Fixed up.sh script to not use docker-compose but docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Oct 17, 2024
1 parent 38796d7 commit 1ff3a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devel/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ main() {
prepare

# Pass execution to docker compose
exec docker-compose up
exec docker compose up
}

prepare() {
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
target/
target

0 comments on commit 1ff3a62

Please sign in to comment.