Add docker-compose tests
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
7
tests/stdlib/docker/compose/mix-context/testdata/docker-compose.yaml
vendored
Normal file
7
tests/stdlib/docker/compose/mix-context/testdata/docker-compose.yaml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
api:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:8080"
|
Reference in New Issue
Block a user