Skip to content

Resolve "Should compile keama, not use existing package"

Emanuel Petr requested to merge 1-compile-keama into master

Closes #1

Docker multi-stage builds are now used. Keama compilation is performed in the first stage and keama binary with keama web app artifacts are copied to the second stage resulting in a much smaller Docker image without any shell tricks as used before.

Merge request reports