mirror of https://github.com/docker/compose.git
7 lines
116 B
YAML
7 lines
116 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
can_build:
|
||
|
image: nonexisting-image-but-can-build:latest
|
||
|
build: .
|
||
|
command: top
|