An example of how to package an actix-web project into a Docker container.
The Docker image is built using Github Actions.
docker build -t actix-web-docker-example .
docker run -p 8080:8080 actix-web-docker-example
- Actix Web - A powerful, pragmatic, and extremely fast web framework for Rust