fix(deploy): run database seed from compiled dist in Docker
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user