AspireCloud/bin/dcexec
Chuck Adams 3df42bb2bb
Reorganize Docker services: use only FrankenPHP, add cli service (#21)
* refactor: rm nginx+fpm containers and use only frankenphp

* feat: cli container and service

* feat: use new bin/dcrun and bin/dcexec wrappers around docker compose
2024-10-17 09:39:41 -06:00

8 lines
109 B
Bash
Executable file

#!/bin/bash
cd $(dirname $0)/..
base=$(pwd)
svc=${APP_SERVICE:-webapp}
exec docker compose exec $svc "$@"