diff --git a/justfile b/justfile index 4fc777c..c574ea0 100644 --- a/justfile +++ b/justfile @@ -6,8 +6,7 @@ info: start: command -v concurrently &> /dev/null || bun add -g concurrently command -v watchexec &> /dev/null || brew install watchexec - docker compose up -d - conc -n "frontend,backend" "cd frontend && bun run start" "cd backend/ && watchexec -r -e java ./gradlew :bootRun" + conc -n "frontend,backend,docker" "cd frontend && bun run start" "cd backend/ && watchexec -r -e java ./gradlew :bootRun" "docker compose up" # Builds both the backend and frontend docker images (obv) build: