FROM openjdk:17-jdk-alpine RUN apk update RUN apk upgrade COPY target/logger-0.1.jar /app/logger/logger-0.1.jar WORKDIR /app/logger