Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 312 Bytes

File metadata and controls

22 lines (16 loc) · 312 Bytes

🐳 Docker examples

Dockerfile examples for:

👷 Build a container

docker build -t $APPNAME:$VERSION .

🏃 Run a container

docker run --rm $APPNAME:$VERSION