Force build new nginx without confd

This commit is contained in:
Frikky
2024-07-26 17:02:29 +02:00
parent 28c516217a
commit 56d96b331a
3 changed files with 39 additions and 15 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
#!/bin/bash
# generate configs
/usr/local/bin/confd -backend="env" -confdir="/etc/confd" -onetime
# generate configs - is this necessary?
# Removing confd if possible
#/usr/local/bin/confd -backend="env" -confdir="/etc/confd" -onetime
# run main command
exec "$@"