Skip to content

Commit b3b107a

Browse files
authored
Merge pull request #27 from nubs/dockerfile-root-directory
Move tests dockerfile to root directory.
2 parents 8a87763 + 71d1959 commit b3b107a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: "2"
22
services:
33
build:
44
build:
5-
context: tests
5+
context: .
6+
dockerfile: Dockerfile.tests
67
volumes:
78
- .:/code

0 commit comments

Comments
 (0)