FROM fabric8/s2i-java:2.0
ENV JAVA_APP_DIR=/deployments
EXPOSE 8080
COPY target/helloworld-1.0.0-SNAPSHOT.jar /deployments/