1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00

Add httptester docker container files and update run_tests.sh to use ansible/httptester

This commit is contained in:
Matt Martz 2016-05-26 13:09:28 -05:00
parent 6a0a366746
commit 164f247ec8
4 changed files with 86 additions and 2 deletions

View file

@ -0,0 +1,3 @@
#!/bin/sh
gunicorn -D httpbin:app
nginx -g "daemon off;"