What is the best approach to get the `openapi.json` to update on code changes? Does the image have to rebuild? I noticed `volumes` works, but that is not as good as the `watch` approach right? ``` volumes: - .:/app - /app/.venv ``` Thanks!