FROM java:8-alpine MAINTAINER Your Name ADD target/uberjar/commiteth.jar /commiteth/app.jar EXPOSE 3000 CMD ["java", "-jar", "/commiteth/app.jar"]