We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a748c90 commit 8669068Copy full SHA for 8669068
docker-compose.yml
@@ -1,4 +1,7 @@
1
-build:
2
- build: tests
3
- volumes:
4
- - .:/code
+version: "2"
+services:
+ build:
5
+ context: tests
6
+ volumes:
7
+ - .:/code
0 commit comments