butterrobot/docker/bin/start-server.sh

3 lines
No EOL
70 B
Bash
Executable file

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