compose/tests/fixtures/no-build/docker-compose.yml
Vitor Anjos de1afd977d Fix typo
Signed-off-by: Vitor Anjos <vitorbartier@hotmail.com>
2020-08-10 10:32:45 +02:00

9 lines
266 B
YAML

version: "3"
services:
my-alpine:
image: alpine:3.12
container_name: alpine
entrypoint: 'echo It works!'
build:
context: /this/path/doesnt/exist # and we don't really care. We just want to run containers already pulled.