david_rojas
12/23/2022, 3:57 AMWill Da Silva (Arch)
12/23/2022, 4:31 AM.env
file into the container. So long as it's located within the Meltano project directory, Meltano will use it.
https://docs.docker.com/storage/bind-mounts/Matt Menzenski
12/23/2022, 4:52 AM--env-file .env
as an argument to docker run
to load the .env file contents into environment variables in the container.