You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This switches the init-dockerdata.sh script so that it uses "docker
compose" (v2) instead of "docker-compose" (v1).
I had switched the docker-compose.sh shell script to use v2 a while ago
but neglected to make the same change to init-dockerdata.sh. I only
realized my mistake now while configuring GitHub actions. Building the
'manage-test' service using docker-compose.sh and then running
init-dockerdata.sh caused that service to get built twice. Changing to
"docker compose" in init-dockerdata.sh fixes the issue.
0 commit comments