Skip to content

Commit c837724

Browse files
committed
Use docker instead of podman
1 parent 4697d49 commit c837724

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set dotenv-filename := "tests/system_tests/.env"
22

33
compose +ARGS="up -d":
4-
podman compose -f tests/system_tests/compose.yaml {{ARGS}}
4+
docker compose -f tests/system_tests/compose.yaml {{ARGS}}
55

66
configure-adsim: (compose "exec" "numtracker" "/app/numtracker" "client" "configure" "adsim"
77
"--directory" '/tmp/'

0 commit comments

Comments
 (0)