trellobot icon indicating copy to clipboard operation
trellobot copied to clipboard

Dockerize trellobot using multi-stage & distroless

Open cuongtransc opened this issue 6 years ago • 0 comments

Build:

docker build -t trellobot:0.1 .

Run:

docker run --name trellobot --init trellobot:0.1

Ref: https://learnk8s.io/blog/smaller-docker-images

cuongtransc avatar Sep 01 '18 18:09 cuongtransc