forked from LaconicNetwork/kompose
8 lines
112 B
YAML
8 lines
112 B
YAML
version: "3"
|
|
|
|
services:
|
|
foo:
|
|
build:
|
|
context: ./build
|
|
dockerfile: Dockerfile
|