Rename docker-compose to docker compose

[MAILPOET-6233]
This commit is contained in:
Pavel Dohnal
2024-09-17 11:29:07 +02:00
committed by Jan Lysý
parent 0efe8e0204
commit 1a0fecf2db
7 changed files with 40 additions and 40 deletions

View File

@ -57,7 +57,7 @@ wp core version
# Load Composer dependencies
# Set SKIP_DEPS environment flag to not download them. E.g. you have downloaded them yourself
# Example: docker-compose run -e SKIP_DEPS=1 codeception ...
# Example: docker compose run -e SKIP_DEPS=1 codeception ...
if [[ -z "${SKIP_DEPS}" ]]; then
cd /project
./tools/vendor/composer.phar install