pilpil-server/serve_app.sh

6 lines
90 B
Bash
Raw Normal View History

2023-01-11 15:22:12 +01:00
#!/usr/bin/env bash
cd "$(dirname "$0")"
waitress-serve --listen=127.0.0.1:5000 app:app