Fix build command

This commit is contained in:
pemontto
2019-04-16 13:47:53 +10:00
parent 3860438903
commit 0102ccb2f7

View File

@ -14,7 +14,7 @@ services:
# - python: 3.6 - Commenting out testing for Python 3.6 until ready
before_install:
- docker build -t vulnwhisperer-local
- docker build -t vulnwhisperer-local .
- docker-compose -f docker-compose-test.yml up
install:
- pip install -r requirements.txt