Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aapeliv committed Aug 18, 2020
1 parent a89fd4e commit 1bbaf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- 9901:9901
backend_tests:
build: backend
volumes:
volumes:
- "./backend:/app"
command: bash -c "find src -name '**.py' | ENTR_INOTIFY_WORKAROUND=1 entr -d pytest src"
restart: on-failure
Expand Down

0 comments on commit 1bbaf2f

Please sign in to comment.