diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -23,6 +23,12 @@ FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py flask db upgrade # Enter docker docker exec -it contentdb_app_1 bash + +# Hot/live reload (only works with FLASK_DEBUG=1) +./utils/reload.sh + +# Cold update a running version of CDB with minimal downtime +./utils/update.sh ``` ## Database |