This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
docker-examples/justfile

19 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 }}