Results 2 comments of Braincoke

Oh yeah I had already tried this but unfortunately it didn't work :(

I managed to work around this issue by adding `--platform=linux/amd64` in the API Dockerfile. ```Dockerfile FROM --platform=linux/amd64 node:10-alpine ```