This switches to Alpine for generating the Docker image for the Studio.
Additionally, the Studio is built first and unused dependencies and
cache are removed. This reduces the uncompressed image size from ~1.7GB
to ~600MB.
Note: this has only been tested on an AMD64 machine.
* Adds a docker build
* Adds the correct tags
* Sets up the studio port
* Adds quotes around false
* hide local env
* make sure we cover all env files
* only run sentry & analyzer on platform
* Update withAuth
* fixing multi-stage
* fix usage commands
* adds some fake service and anon keys
* Small fix
Co-authored-by: Joshen Lim <joshenlimek@gmail.com>