Skip to content

Commit 3a58e32

Browse files
authored
ci: fix docker compose usage due to GitHub deprecation (#95)
1 parent 712569f commit 3a58e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: build
22

33
start:
4-
@docker-compose -f docker-compose.ci.yml up -d
4+
@docker compose -f docker-compose.ci.yml up -d
55

66
build:
77
@./gradlew build --warning-mode all

0 commit comments

Comments
 (0)