mirror of
https://gh.wpcy.net/https://github.com/fairpm/aspirecloud.git
synced 2026-06-20 02:22:28 +08:00
4 lines
91 B
Bash
Executable file
4 lines
91 B
Bash
Executable file
#!/bin/bash
|
|
cd $(dirname $0)/..
|
|
|
|
exec docker compose exec "${DCEXEC_SERVICE:-webapp}" "$@"
|