05-09-2019 06:20 AM
Hello,
Can we have a user-defined env variables other than the default CAF_XXX related variables in docker style apps?
for example:
in the Dockerfile, I could define
...
FROM apline:3.5 ENV TEST_VAR=xyz ...
and use it inside the application using
os.getenv("TEST_VAR")
?
thanks,
Solved! Go to Solution.