FROM openjdk:8-jdk-alpine
ADD /test.jar //
ENTRYPOINT ["sh", "-c", "java $JAVA_OPTIONS -jar /test.jar"]