I have an environment variable defined in a file passed in via --env-file
like this:
TEST_VAR=The value
Does anybody know whether this is legal? should I place "
around the value for this to be interpreted as needed in docker?
Thanks
EDIT: Quotation marks will not be a good solution as it is will be part of the val see reference here.