All notable changes to this project will be documented in this file.
- Remove
tsc
from thebuild
script for the example app to so it can build successfully out of the box (#2)
- Include packages needed in the
Dockerfile
to buildbcrypt
from source forarm64
(Apple Silicon M1) as prebuilts don't exist
- Use
${CURDIR}
instead ofpwd
to be cross-platform compatible with Windows WSL2
- Added screenshots to the
README.md
- Switch to Node 16 via
16-alpine
Docker tag by default
- Initial release