Fix build and run issues
All checks were successful
CI / Go tests & lint (push) Successful in 8s
CI / Frontend tests & type-check (push) Successful in 40s
CI / Go tests & lint (pull_request) Successful in 7s
CI / Frontend tests & type-check (pull_request) Successful in 35s

This commit is contained in:
2026-04-08 14:58:58 -03:00
parent 9905234b34
commit e82a39f2e4
7 changed files with 34 additions and 29 deletions

View File

@@ -104,16 +104,16 @@ tasks:
cmd: docker build -t walkies .
docker:up:
desc: Build and start with docker-compose
cmd: docker-compose up --build
desc: Build and start with docker compose
cmd: docker compose up --build
docker:down:
desc: Stop docker-compose services
cmd: docker-compose down
desc: Stop docker compose services
cmd: docker compose down
docker:logs:
desc: Tail docker-compose logs
cmd: docker-compose logs -f
desc: Tail docker compose logs
cmd: docker compose logs -f
# ── Utilities ────────────────────────────────────────────────────────────────