This commit is contained in:
parent
0e60c29029
commit
d813a1b55f
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -eo
|
||||
set -eo pipefail
|
||||
|
||||
/usr/local/bin/gomplate -V -o /app/.env -f /etc/templates/env.tmpl
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -eo pipefail
|
||||
set -e
|
||||
|
||||
URL=http://127.0.0.1:8080/alive
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user