We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5447d commit 8766383Copy full SHA for 8766383
docker-compose.yml
@@ -1,17 +1,18 @@
1
-ecsdeploy:
2
- build: .
3
- env_file:
4
- - local.env
5
- volumes:
6
- - ./ecs-deploy:/ecs-deploy
+services:
+ ecsdeploy:
+ build: .
+ env_file:
+ - local.env
+ volumes:
7
+ - ./ecs-deploy:/ecs-deploy
8
-test:
9
10
11
12
- entrypoint: ["bash"]
13
- command: ["/run-tests.sh"]
14
15
16
- - ./run-tests.sh:/run-tests.sh
17
- - ./test.bats:/test.bats
+ test:
+ entrypoint: ["bash"]
+ command: ["/run-tests.sh"]
+ - ./run-tests.sh:/run-tests.sh
18
+ - ./test.bats:/test.bats
0 commit comments