community.general/test/utils/docker/httptester/services.sh

4 lines
57 B
Bash
Executable File

#!/bin/sh
gunicorn -D httpbin:app
nginx -g "daemon off;"