1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 14:25:46 +00:00

TESTS: add script to run the test suite from a docker container

This commit is contained in:
Thomas LEVEIL
2017-01-24 22:42:13 +01:00
parent 7a4cae050c
commit 787fa28799
8 changed files with 69 additions and 4 deletions

View File

@ -4,7 +4,7 @@
update-dependencies:
requirements/build.sh
pip install -U -r requirements.txt
pip install -U -r requirements/python-requirements.txt
test-debian: update-dependencies
docker build -t jwilder/nginx-proxy:test ..