how can i fetch variable from a file which is mount file into a shell script during container run
I am trying to fetch variables from a .conf/ini file as environment variables into a Shell script. This file is mounted during container run.
I am trying to fetch variables from a .conf/ini file as environment variables into a Shell script. This file is mounted during container run.