mirror of
https://github.com/elyby/accounts.git
synced 2024-11-06 16:21:08 +05:30
f33439d829
Build nginx and mariadb together with the app image. Upgrade docker-compose configuration to 3 version. Add cleanup step to the gitlab-ci.
8 lines
159 B
Bash
Executable File
8 lines
159 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
generate-upstream
|
|
|
|
envsubst '$AUTHSERVER_HOST' < /etc/nginx/conf.d/account.ely.by.conf.template > /etc/nginx/conf.d/default.conf
|
|
|
|
exec "$@"
|