Make dev docs message stand out a little more.

This commit is contained in:
Dan Helfman 2023-05-30 22:30:06 -07:00
parent 518aeabb2a
commit 8f4cce5fa5
1 changed files with 1 additions and 1 deletions

View File

@ -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