This docker files used to check compiled DocumentServer after building it using build_tools
Attention This project is not compiling DocumentServer, it just run it
DOCUMENT_SERVER_RESULTS="$HOME/sources/build_tools/out"
docker build --tag documentserver Ubuntu18.04
docker run -itd -p 80:80 -v ${DOCUMENT_SERVER_RESULTS}:/out documentserver
Replace ubuntu18.04
in docker build
command to another