Calling `docker compose` can truncate `lwmdb/static/css/project.css`, which then creates unstaged changes in the local `git` checkout. ```console git diff diff --git a/lwmdb/static/css/project.css b/lwmdb/static/css/project.css index 85ed2f6..eaa7f1e 100644 --- a/lwmdb/static/css/project.css +++ b/lwmdb/static/css/project.css @@ -12483,4 +12483,4 @@ textarea.form-control-lg { background-color: #f2dede; border-color: #eed3d7; color: #b94a48; -} +} \ No newline at end of file ```