new changes

This commit is contained in:
Niranjan
2026-04-07 20:57:48 +05:30
parent 0732a2eba6
commit 8e166c8bde
9 changed files with 136 additions and 20 deletions

View File

@@ -6,6 +6,7 @@ cd "$(dirname "$0")/.."
if [[ ! -f .env ]]; then
cp .env.example .env
fi
bash "$(dirname "$0")/ensure-env-ports.sh"
bash "$(dirname "$0")/docker-compose.sh" run --rm db-migrate
echo "YakPanel database migrations applied."