mirror of
https://github.com/docker/compose.git
synced 2025-08-16 07:08:14 +02:00
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
|