Containerise rust applications on Ubuntu & Alpine, with Github Actions

<p>If you have an application acting as something like a backend REST service, you most likely want to put it into a Docker container for easy deployment.</p> <p>There are two approaches to building your application: Outside the Dockerfile (with CI/CD like Github Actions) and inside using a builder image.</p> <p>Example:&nbsp;<a href="https://github.com/schitcrafter/ruscalimat" rel="noopener ugc nofollow" target="_blank">https://github.com/schitcrafter/ruscalimat</a>&nbsp;(here the rust project is inside the backend folder, hence some modifications)</p> <p><a href="https://medium.com/@emilia.jaser/containerise-rust-applications-on-ubuntu-alpine-with-github-actions-or-docker-builders-9378a02b98fd"><strong>Visit Now</strong></a></p>