passwordless-dotnet
passwordless-dotnet copied to clipboard
Update test container healthchecks
Tests are failing due to a recent change: root page (/
) no longer has a handler and migrations are performed automatically.
This updates the health checks to fix it.
There is also another issue, with the file path for the mail sink. In development mode it's ../mail.md
which resolves to /opt/mail.md
. The app doesn't have access to that file.
This also fixes that.