diff --git a/Dockerfile b/Dockerfile index f89403d..aa661bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,10 +15,7 @@ RUN apk --no-cache add gradle RUN gradle bootJar -RUN ls -l /app/build -RUN ls -l /app/build/libs - -COPY build/libs/*.jar app.jar +COPY /app/build/libs/*.jar app.jar RUN ls -al EXPOSE 8080