Skip to content

Commit 71d1959

Browse files
committed
Move tests dockerfile to root directory.
1 parent 8a87763 commit 71d1959

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)