Skip to content

Commit

Permalink
Move Dockerfile to root directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
nubs committed Jun 22, 2016
1 parent 3849a6d commit 636cc88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "2"
services:
build:
build:
context: tests
context: .
dockerfile: Dockerfile.tests
volumes:
- .:/code

0 comments on commit 636cc88

Please sign in to comment.