
For users to test the latest Logto (please read the instructions)

For users wanting to test the latest Logto version
To make the container running for users to perform the DB upgrade process, the command was changed into
sh -c "tail -f /dev/null"
To deploy the DB alteration
npx @logto/cli db alteration deploy
Change the command back to
sh -c "npm run cli db seed -- --swe && npm start"
to start using the latest version of the Logto.
The upgrade of Logto should be careful. Check Logto's documentation for more information. Learn more about db alteration.
