How to load extensions on SQLite?

I’m using Metabase containerized.
I need to load an extension on SQLite on startup.
How the best location to make available an extension (docker volume)?
Where I put a startup script to load an extension before opening a .db file?

Just to share, the target is using Parquet files with SQLite on Metabase as in this link:

thanks