FROM java:8

ADD ../target/boot/bootstrap-1.0.0-executable.jar /home
ADD run.sh /home

EXPOSE 8088

ENTRYPOINT [ "sh", "/home/run.sh" ]