Skip to content

v0.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@vincentcox vincentcox released this 09 Mar 19:14
· 14 commits to master since this release
aa9b8e4
Server optimisations and docker smaller (#50)

* Optimalisations in server and searchcode

* Reduce docker image size (#47)

This reduces the image size from 1.44GB to 264MB. This is a decrease of more than 80%. 
We achieve this by using Alpine Linux with JDK 8 as our base image.

* Explicitly use python3 (#49)

* Fix for #46