-
-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
Description
Is it possible to do something like the following, where the placeholder would be replaced with the hardcoded value when installing the hooks? I tried it, but it stays the same once the hook files are created.
"config": {
"run-mode": "docker",
"run-exec": "docker compose -p {$ENV|value-of:DOCKER_PROJECT_NAME} run --rm -T php"
}