File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,11 @@ if [ -n "${DOCKER_NO_RELOAD}" ]; then
10
10
else
11
11
echo " Running Docker with reload"
12
12
watchmedo auto-restart \
13
- --patterns=" ./readthedocs/*.py;./readthedocsinc/ *.py" \
13
+ --patterns=" *.py" \
14
14
--ignore-patterns=" *.#*.py;*.pyo;*.pyc;*flycheck*.py;*test*;*migrations*;*management/commands*" \
15
15
--ignore-directories \
16
16
--recursive \
17
17
--signal=SIGTERM \
18
- --kill-after=5 \
19
18
--interval=5 \
20
19
-- \
21
20
$CMD
Original file line number Diff line number Diff line change @@ -12,12 +12,11 @@ if [ -n "${DOCKER_NO_RELOAD}" ]; then
12
12
else
13
13
echo " Running Docker with reload"
14
14
watchmedo auto-restart \
15
- --patterns=" ./readthedocs/*.py;./readthedocsinc/ *.py" \
15
+ --patterns=" *.py" \
16
16
--ignore-patterns=" *.#*.py;*.pyo;*.pyc;*flycheck*.py;*test*;*migrations*;*management/commands*" \
17
17
--ignore-directories \
18
18
--recursive \
19
19
--signal=SIGTERM \
20
- --kill-after=5 \
21
20
--interval=5 \
22
21
-- \
23
22
$CMD
You can’t perform that action at this time.
0 commit comments