admin reachable on server

This commit is contained in:
Trey t
2025-11-27 23:47:29 -06:00
parent 469f21a833
commit e6f05b2368
3 changed files with 66 additions and 66 deletions

7
start.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Start Next.js admin panel in background on port 3000
cd /app/admin && node server.js &
# Start Go API on port 5000 (Dokku's default)
/app/api