In our previous entry, we saw how to deploy our web application with Systemd, either from sources or with a binary. Now we’ll speak more about this building process to produce one binary that contains everything for our web app. We’ll tackle 3 issues: ship foreign libraries alongside your binary, such as libreadline.so or libsqlite3.so, include your Djula templates into your binary, serve static files from your binary, without reading the filesystem, and we’ll see my Gitlab CI recipe.| Blogs on Lisp journey