mirror of
https://github.com/docker/compose.git
synced 2026-07-02 14:15:44 +00:00
Fix typo
Signed-off-by: Vitor Anjos <vitorbartier@hotmail.com>
This commit is contained in:
parent
17b41b27a8
commit
de1afd977d
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue