Skip to content

Commit

Permalink
Rebuild on up/down commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rwngallego committed Dec 27, 2024
1 parent 910bcb1 commit 60a18a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ setup() {
}

up() {
docker compose up -d
docker compose up --build -d
}

down() {
docker compose down
rm -rf ./data
}

console() {
Expand Down

0 comments on commit 60a18a9

Please sign in to comment.