From 7b25ceb1af79501ee152b54961024daf29d32b1a Mon Sep 17 00:00:00 2001 From: aarbit Date: Mon, 1 Jul 2024 16:20:01 -0500 Subject: [PATCH] Adds debug stuff for Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4262fb6..f89403d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,9 @@ 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 RUN ls -al EXPOSE 8080