fix: remove nginx, serve frontend from Express on port 3000, fix static path
This commit is contained in:
@@ -179,8 +179,5 @@ async function seed() {
|
||||
seed();
|
||||
" 2>/dev/null || echo "[start] Seed warning (continuing)"
|
||||
|
||||
echo "[start] Starting nginx..."
|
||||
nginx
|
||||
|
||||
echo "[start] Starting Node.js backend on port 5000..."
|
||||
echo "[start] Starting Node.js backend on port 3000..."
|
||||
exec node dist/index.js
|
||||
|
||||
Reference in New Issue
Block a user