#!/bin/sh # Start Dash and run in background echo "Starting Dash app..." poetry run gunicorn app:server -b 0.0.0.0:8000