FROM eclipse-temurin:1.8-jre-alpine
WORKDIR /app
COPY test.jar test.jar
ENTRYPOINT ["java", "-jar", "test.jar"]