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