compose/tests/fixtures/simple-composefile/pull-with-build.yml

12 lines
174 B
YAML

version: "3"
services:
build_simple:
image: simple
build: .
command: top
from_simple:
image: simple
another:
image: busybox:latest
command: top