mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Fix typo
Signed-off-by: Vitor Anjos <vitorbartier@hotmail.com>
This commit is contained in:
parent
17b41b27a8
commit
de1afd977d
2
tests/fixtures/no-build/docker-compose.yml
vendored
2
tests/fixtures/no-build/docker-compose.yml
vendored
@ -5,4 +5,4 @@ services:
|
||||
container_name: alpine
|
||||
entrypoint: 'echo It works!'
|
||||
build:
|
||||
context: /this/path/doesnt/exists # and we don't really care. We just want to run containers already pulled.
|
||||
context: /this/path/doesnt/exist # and we don't really care. We just want to run containers already pulled.
|
||||
|
Loading…
x
Reference in New Issue
Block a user