Skip to content

Commit

Permalink
Merge pull request #16 from nubs/dockerfile-root-directory
Browse files Browse the repository at this point in the history
Move tests Dockerfile to root directory.
  • Loading branch information
nubs committed Jun 12, 2016
2 parents 00581f3 + 15203f3 commit 0309d44
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 0309d44

Please sign in to comment.