Files
backstage/contrib/docker/kubernetes-example-backend
David Tuite 478e17bcf4 Apply development config in Helm charts (#3161)
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.
2020-11-02 09:05:57 +01:00
..

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.