Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 188 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 188 Bytes

For create jar:

mvn clean compile assembly:single

Save docker image:

docker save dailybotimage > dailybotimage.tar

Load image:

docker load --input dailybotimage.tar