We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712569f commit 3a58e32Copy full SHA for 3a58e32
1 file changed
Makefile
@@ -1,7 +1,7 @@
1
all: build
2
3
start:
4
- @docker-compose -f docker-compose.ci.yml up -d
+ @docker compose -f docker-compose.ci.yml up -d
5
6
build:
7
@./gradlew build --warning-mode all
0 commit comments