github.com/dnephin/dobi@v0.15.0/examples/inline-dockerfile/README.md (about)

     1  Example of using an inline Dockerfile
     2  
     3  This example shows how `dobi` can be used without creating separate files
     4  for each Dockerfile. The contents of the Dockerfile can be included in the
     5  `dobi.yaml`.
     6  
     7  See `image=dev.steps` in [./dobi.yaml](./dobi.yaml) for the Dockerfile, and run
     8  `dobi dev` to build the image.