You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how do you feel about adding an optional startup hook to your ENTRYPOINT script?
I want to generate some nginx config from environment variables during startup and currently would need to replace your script.
Instead I think it would be useful of your script contained something like
And a loop over all of these files. I might check it this weekend, or you'll script it and I'll just merge it.
But try to not break anything :D my images are ment to be used in heavy production - I don't want to scare some users away by changing to much behaviour
Hi,
how do you feel about adding an optional startup hook to your
ENTRYPOINT
script?I want to generate some nginx config from environment variables during startup and currently would need to replace your script.
Instead I think it would be useful of your script contained something like
just before starting nginx?
The text was updated successfully, but these errors were encountered: