Fix API installation in Dockerfile
Created by: NotSpecial
We want the amivapi
command in the Dockerfile to actually use the files in the /api
folder.
Therefore, a -e
flag is needed when pip installs the API in order to avoid copying files to /usr/lib
.