mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireCloud.git
synced 2026-05-31 00:04:27 +08:00
* 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
8 lines
109 B
Bash
Executable file
8 lines
109 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd $(dirname $0)/..
|
|
base=$(pwd)
|
|
|
|
svc=${APP_SERVICE:-webapp}
|
|
|
|
exec docker compose exec $svc "$@"
|