You've already forked RekomenciBackend
chore
This commit is contained in:
@@ -16,7 +16,7 @@ build:
|
||||
[group("Docker")]
|
||||
[doc("Compose start")]
|
||||
up: build
|
||||
docker compose --profile migrations --profile observability up -d --remove-orphans --quiet-pull --force-recreate --build
|
||||
docker compose --profile migrations --profile observabilit --profile backend up -d --remove-orphans --quiet-pull --force-recreate --build
|
||||
|
||||
# =========
|
||||
# > Tests
|
||||
@@ -25,9 +25,9 @@ up: build
|
||||
[no-cd]
|
||||
[group("Tests")]
|
||||
[doc("Tests run")]
|
||||
tests: up
|
||||
tests:
|
||||
docker compose --profile migrations --profile tests up tests --remove-orphans --abort-on-container-exit
|
||||
|
||||
|
||||
# =========
|
||||
# > Lints
|
||||
# =========
|
||||
|
||||
Reference in New Issue
Block a user