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