Make dev docs message stand out a little more.
This commit is contained in:
parent
518aeabb2a
commit
8f4cce5fa5
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ services:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
echo "You can view dev docs at http://localhost:8080"
|
echo; echo "You can view dev docs at http://localhost:8080"; echo
|
||||||
depends_on:
|
depends_on:
|
||||||
- docs
|
- docs
|
||||||
|
|
Loading…
Reference in a new issue