478e17bcf4
This isn't the best fix because we're still using NODE_ENV=development in a "production" environment. Ideally we would stop doing this. Right now, the Helm charts are broken because they deploy the backend straight into Error state.. This change will unbreak them for the moment.
Example backend Dockerfile
This Dockerfile will build the example backend with certain additional binaries needed to workaround the docker requirement in the scaffolder and techdocs.
Usage
yarn docker-build -f <absolute_path_to_the_dockerfile> --tag <your_tag>
The absolute path is necessary as this directory is not copied to the build workspace when building the docker image.