fix: remove duplicate docker socket mount in deploy container config #69

Merged
jimmy merged 2 commits from dev into main 2026-05-21 22:27:34 +08:00
Showing only changes of commit 4a2cd613d7 - Show all commits
+1
View File
@@ -324,3 +324,4 @@ jobs:
docker exec nas-dashboard python3 -c "import urllib.request; html=urllib.request.urlopen('http://localhost:4000/',timeout=5).read().decode(); assert 'NAS Dashboard' in html, f'missing NAS Dashboard'" && echo "✅ Frontend loads" || { echo "❌ Frontend failed to load"; exit 1; }
echo ""
echo "=== All deployment checks passed! ==="
# Fix: remove duplicate docker socket mount