I have the following Dockerfile that I\'m trying to use to containerize my Spring Boot application:
FROM openjdk:8-jdk-alpine as myservice COPY build/libs/my-ser