Files
backstage/contrib/docker/kubernetes-example-backend
Patrik Oldsberg d0a47c8605 move to node 14 & 16
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-17 23:03:29 +02:00
..
2021-09-17 23:03:29 +02:00
2020-10-08 15:36:08 +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.