v0.6
Pre-release
Pre-release
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