#!/bin/sh echo "Starting FairHopper game server" uvicorn \ main:app \ --host 0.0.0.0 \ --port ${FAIRHOPPER_API_PORT} \ --workers=1