3 lines
66 B
Bash
Executable file
3 lines
66 B
Bash
Executable file
#!/bin/sh -xe
|
|
|
|
hypercorn butterrobot.app -b "0.0.0.0:${APP_PORT}"
|