docker-example-drupal/justfile

20 lines
318 B
Makefile

# Do not edit this file. It is automatically generated by 'build-configs'.
default:
@just --list
composer *args:
just _exec php composer {{ args }}
drush *args:
just _exec php drush {{ args }}
install *args:
just _exec php drush site:install -y {{ args }}
_exec +args:
docker compose exec {{ args }}