butterrobot/docker/bin/start-server.sh

3 lines
66 B
Bash
Executable file

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