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;"