FROM openjdk:8-jdk-alpine WORKDIR /home/file-collect ARG JAR_FILE COPY ${JAR_FILE} app.jar COPY config/ config/ COPY excel-template/ excel-template/ COPY mapper/ mapper/ COPY static/ static/ ENTRYPOINT ["java", "-jar","-Dspring.config.location=./config/","app.jar"]