Files
button/scripts/cmd.sh
ducoterra b43927c384 Perfect the entrypoint
Previously unexplored entrypoint technology has been explored. Now we
can run commands after the entrypoint completes with the magical "$@"
variable.
2021-03-24 09:15:29 -06:00

4 lines
48 B
Bash

#!/bin/bash
gunicorn -b :8000 -w 4 config.wsgi