FWIW If you need to just run a command with environment from an env file, this could help: env $(cat .env|xargs) CMD. provided there are no other lines ...
確定! 回上一頁