Nils Beyer
7f6b4c2e08
All checks were successful
Java CI with Maven / build (push) Successful in 48s
6 lines
97 B
Bash
6 lines
97 B
Bash
#!/bin/bash
|
|
|
|
cd /etc/nginx/
|
|
envsubst '$BACKEND_URL' < nginx.conf.template > nginx.conf
|
|
exec "$@"
|