butterrobot/docker/bin/start-server.sh

3 lines
70 B
Bash
Executable File

#!/bin/sh -xe
waitress-serve --port=${APP_PORT} 'butterrobot.app:app'