Could you give me a quick instructions how I can set this part up? bind mount to store the SQLite database outside of the container image. Do I separately install sqllite ?
Could you give me a quick instructions how I can set this part up? bind mount to store the SQLite database outside of the container image. Do I separately install sqllite ?
I didn't bother with the container. I just installed rust+cargo and sqlite, and then built with: `cargo build --release`