Skip to content

Commit

Permalink
update docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhanson committed Aug 21, 2018
1 parent 89b4040 commit 5e6a972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Expand Up @@ -13,7 +13,8 @@ services:

test:
image: 'developmentseed/sat-fetch:latest'
entrypoint: bash -c 'pytest test/'
entrypoint: bash -c 'pytest -v test/'
working_dir: /home/geolambda
#env_file: .env
volumes:
- './test:/home/geolambda/test'

0 comments on commit 5e6a972

Please sign in to comment.