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