feat: resource map
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
cellarspoon
2022-01-10 16:20:47 +01:00
parent ff978b5f73
commit 950c369455
14 changed files with 105 additions and 28 deletions

View File

@ -23,8 +23,8 @@ file_env() {
unset "$fileVar"
}
file_env "KEYCLOAK_CLIENT_SECRET"
file_end "NEXTCLOUD_APP_SECRET"
file_env "APP_SECRET_KEY"
file_env "KEYCLOAK_CLIENT_SECRET"
echo "Passing it back to the upstream ENTRYPOINT/CMD..."
exec "$@"