Use Live Reload server by default in development

This commit is contained in:
Sebastián Ramírez
2019-03-14 16:05:50 +04:00
parent 6c83c57ad6
commit 5cb50a9986
3 changed files with 16 additions and 4 deletions

View File

@@ -10,3 +10,5 @@ services:
--web
# backend:
# command: bash -c "while true; do sleep 1; done" # Infinite loop to keep container live doing nothing
backend:
command: /start-reload.sh