Skip to content

🦀 An example of how to package an actix-web project into a Docker container.

License

Notifications You must be signed in to change notification settings

patrick-fitzgerald/actix-web-docker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🦀 An example of how to package an actix-web project into a Docker container.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published