forked from LaconicNetwork/kompose
7 lines
91 B
YAML
7 lines
91 B
YAML
version: "2"
|
|
|
|
services:
|
|
foo:
|
|
build: "./build"
|
|
image: docker.io/foo/bar
|