butterrobot/docker/bin/start-server.sh

4 lines
66 B
Bash
Executable File

#!/bin/sh -xe
hypercorn butterrobot.app -b "0.0.0.0:${APP_PORT}"