esl / mongooseim-docker

Apache License 2.0
27 stars 29 forks source link

Add CI build #47

Closed arcusfelis closed 1 year ago

arcusfelis commented 1 year ago

This repo historically use two stage build, before Docker stages were built-in feature. There is some info how to use it in README. Except, no one-line-command to use it (so, we can test building locally).

This PR adds this one-liner as a ./build.sh script. Be aware, it is not called when we build MongooseIM images in the main repo. But to ensure that script is actually working, I've added CI task into this repo.

Also, added a couple of tweaks to make life easier.

Changes: