From 1b9397234a9f0be62afdae035ad8d4d0a0e5b7a6 Mon Sep 17 00:00:00 2001 From: aarbit Date: Mon, 1 Jul 2024 16:48:45 -0500 Subject: [PATCH] Still troubleshooting Docker build issues --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index aa661bb..708aea9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,10 @@ RUN apk --no-cache add gradle RUN gradle bootJar +RUN ls -al +RUN PWD +RUN ls -al / + COPY /app/build/libs/*.jar app.jar RUN ls -al EXPOSE 8080