added missing 'end block mark' which made broken block

This commit is contained in:
Yonghwan SO
2018-03-09 01:30:23 +09:00
committed by Joao Fernandes
parent 4836139458
commit 3e10a321f3

View File

@@ -81,4 +81,4 @@ And we can try it out like so:
```none
$ eval $(docker-machine env MACHINE-NAME)
$ docker-compose run webapp
```