Finishing make app refactor.

This commit is contained in:
2026-07-03 10:14:03 -07:00
parent 0f82b97ff6
commit 422d2a38d2
22 changed files with 187 additions and 160 deletions

View File

@@ -27,7 +27,3 @@ for config_string in ${APP_CONFIGS[@]}; do
version=${config[2]}
cp -a all-apps/$app/$version app/$app
done
# compose .env files
# (compose only supports one .env file at the root by default)
find app/ -name ".compose-env" -exec cat > app/.env {} +