.release.yaml
file to help inform how to build and run your application. The file .release.yaml
must be in the root of the repository.docker-compose
file, for example, here we define a JavaScript static build:docker build
depends on. The .release.yaml
file allows you to define additional builds that live outside of your Docker Compose.