mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-12 02:05:14 +00:00
✨ Use Live Reload server by default in development
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user