Skip to content

Commit bf21e7c

Browse files
authored
Restart Docker containers if readthedocs-ext code changes (#253)
I was bitten by this a lot this week. Now, changing code in readthedocs-ext will restart the containers.
1 parent 1b5bba6 commit bf21e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/nodemon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"verbose": false,
33
"delay": 2000,
44
"ext": "py",
5-
"watch": ["readthedocs", "readthedocsinc", "../readthedocs.org/readthedocs"],
5+
"watch": ["readthedocs", "readthedocsinc", "../readthedocs.org/readthedocs", "../readthedocs-ext/readthedocsext"],
66
"ignore": [".tox/*", ".direnv/*", "user_builds/*", "*/management/commands*", "*migrations/*", "*test*", "*.pyc", "*.pyo", "logs/*"],
77
"signal": "SIGTERM"
88
}

0 commit comments

Comments
 (0)