Finishing make app refactor.
This commit is contained in:
@@ -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 {} +
|
||||
|
||||
Reference in New Issue
Block a user