butterrobot/docker/bin/start-server.sh

3 lines
70 B
Bash
Raw Normal View History

2020-04-22 21:58:06 +00:00
#!/bin/sh -xe
2020-11-04 12:14:14 +00:00
waitress-serve --port=${APP_PORT} 'butterrobot.app:app'