Skip to content
Snippets Groups Projects
Dockerfile 215 B
Newer Older
  • Learn to ignore specific revisions
  • Nicolas Pernoud's avatar
    Nicolas Pernoud committed
    FROM openjdk:8-jre
    
    WORKDIR /photon
    ADD https://github.com/komoot/photon/releases/download/0.3.0/photon-0.3.0.jar /photon/photon.jar
    COPY entrypoint.sh ./entrypoint.sh
    
    EXPOSE 2322
    
    ENTRYPOINT /photon/entrypoint.sh