Skip to content

Commit

Permalink
mdc: use docker compose v2 standard command
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsmock committed Feb 10, 2025
1 parent 8bb48f8 commit ebe3c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV_FILE="${ENV_FILE:-.env}"
MDC_FILES_DIR="${MDC_FILES_DIR:-./.files}"
LS=$(which ls)
RESOLVE_DEPS="${RESOLVE_DEPS-./node_modules/@lonocloud/resolve-deps/resolve-deps.py}"
DOCKER_COMPOSE="${DOCKER_COMPOSE:-docker-compose}"
DOCKER_COMPOSE="${DOCKER_COMPOSE:-docker compose}"

which ${RESOLVE_DEPS} >/dev/null 2>/dev/null \
|| die "Missing ${RESOLVE_DEPS}. Perhaps 'npm install'?"
Expand Down

0 comments on commit ebe3c6c

Please sign in to comment.