Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 318 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 318 Bytes

🐳 Docker examples

Dockerfile examples for:

👷 Build a container

docker build -t $APPNAME:$VERSION .

🏃 Run a container

docker run --rm $APPNAME:$VERSION