Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 606 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 606 Bytes

actix-web-docker-example

CI

Deploy

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