Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix healthcheck when using .env file (dani-garcia#4299)
It seems Debian based images see the `.env` file in the `pwd` path, but sourcing it via `. .env` breaks. It does work if you provide the full path `/.env`. Changed the default to `/.env`. Alpine does not have an issue with both ways.
- Loading branch information