diff --git a/scripts/reset_admin_password.py b/scripts/reset_admin_password.py index 4bd046d..8993e2c 100644 --- a/scripts/reset_admin_password.py +++ b/scripts/reset_admin_password.py @@ -16,7 +16,7 @@ _here = os.path.dirname(os.path.abspath(__file__)) _in_container = os.path.abspath(_here) == '/app/scripts' if _in_container: - sys.path.insert(0, '/app') + sys.path.insert(0, '/app/api') _DATA_DIR = '/app/data' else: ROOT = os.path.normpath(os.path.join(_here, '..'))