1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-13 05:02:17 +00:00
community.general/test/utils/docker/httptester/services.sh

3 lines
57 B
Bash
Executable file

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