* Use next.js standalone to optimise docker image
* Temporarily disable release branch check
* Set `PORT` env
* Use the build machine architecture to build and target platform for running
* Prep for PR
* Update node image
* Test with latest image and use ARG for image version
* Prep for PR
* Add Github actions
* Fix the docker build issue
* Remove the duplicate Github action
* only need runtime env vars during build
* ENV NEXT_TELEMETRY_DISABLED is a runtime env var
* Add missing keys to package.json
* Use the npm version as tag
Co-authored-by: Deepak Prabhakara <deepak@boxyhq.com>