fix: ensure nas-dashboard_internal network exists before docker run
Deploy Dashboard (Dev) / deploy-dev (push) Failing after 7m24s
Run Tests / Frontend Tests (push) Has been cancelled
Run Tests / Test Summary (push) Has been cancelled
Run Tests / Backend Tests (push) Has started running

This commit is contained in:
Gan, Jimmy
2026-04-05 02:41:18 +08:00
parent 135f9468ec
commit bd0b68d952
+3
View File
@@ -67,6 +67,9 @@ jobs:
docker compose -f docker-compose.dev.yml down --remove-orphans || true
docker rm -f nas-dashboard-dev || true
# Ensure network exists
docker network create nas-dashboard_internal 2>/dev/null || true
# Deploy with bridge networking to avoid port 4000 conflicts with Production
docker run -d \
--name nas-dashboard-dev \