Update all files
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,8 +1,11 @@
|
||||
.PHONY: up down build logs migrate seed test test-api test-worker test-watcher lint check format
|
||||
|
||||
up:
|
||||
up: validate-env
|
||||
docker compose up -d
|
||||
|
||||
validate-env:
|
||||
bash scripts/validate-env.sh
|
||||
|
||||
down:
|
||||
docker compose down
|
||||
|
||||
@@ -22,7 +25,7 @@ migrate-auto:
|
||||
|
||||
# ── Setup ─────────────────────────────────────────────────────────────────────
|
||||
|
||||
setup: up
|
||||
setup: validate-env up
|
||||
@echo "Waiting for Nextcloud to initialize (this can take ~60s)..."
|
||||
@sleep 60
|
||||
bash scripts/nc-setup.sh
|
||||
|
||||
Reference in New Issue
Block a user