Skip to content

Commit ea1f426

Browse files
committed
hot reload exclude test_config
1 parent e298750 commit ea1f426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ services:
184184
restart: on-failure
185185
networks:
186186
- ekg-net
187-
command: sh -c "uvicorn start:app --reload --reload-dir /home/user/muagent/examples --reload-dir /home/user/muagent/muagent --port=3737 --host=0.0.0.0"
187+
command: sh -c "uvicorn start:app --reload --reload-dir /home/user/muagent/examples --reload-dir /home/user/muagent/muagent --reload-exclude */test_config.py --port=3737 --host=0.0.0.0"
188188

189189
ekgfrontend:
190190
build:

0 commit comments

Comments
 (0)