fix(deploy): run database seed from compiled dist in Docker

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-08 17:45:33 +08:00
parent 55a7043cbd
commit b4d3315db8
7 changed files with 35 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ docker compose -f docker-compose.prod.yml --env-file .env.docker up -d --build
echo ""
echo "TheBet365 stack is starting."
echo " Player: http://localhost:${PLAYER_PORT:-8080}"
echo " Player: http://localhost:${PLAYER_PORT:-8082}"
echo " Admin: http://localhost:${ADMIN_PORT:-8081}"
echo " API: http://localhost:${API_PORT:-3000}/api/docs"
echo ""