FROM openjdk:8-jre

WORKDIR /photon
ADD https://github.com/komoot/photon/releases/download/0.3.3/photon-0.3.3.jar /photon/photon.jar
COPY entrypoint.sh ./entrypoint.sh

EXPOSE 2322
