FROM maven:3.6-jdk-11

# Set working dir
WORKDIR /data

COPY ./target/*.jar /data/

CMD echo 1
