Skip to content

Commit bc46f46

Browse files
knagydsztanko
andcommitted
OPS: use docker compose in Makefile
Co-authored-by: Dora Kaszasne Sztanko <dora.sztanko@emarsys.com>
1 parent 3a49317 commit bc46f46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.PHONY: test sh
22

33
test:
4-
docker-compose run --rm app mvn test
4+
docker compose run --rm app mvn test
55

66
sh:
7-
docker-compose run --rm app bash
7+
docker compose run --rm app bash
88

99
bundle:
10-
docker-compose run --rm app ./bundle.sh
10+
docker compose run --rm app ./bundle.sh
1111

0 commit comments

Comments
 (0)