From c178cf1bf96e793d96a1796bae374515adf8dd75 Mon Sep 17 00:00:00 2001 From: aarbit Date: Mon, 1 Jul 2024 16:51:58 -0500 Subject: [PATCH] Continuing to troubleshoot Docker build issues --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 708aea9..5d1d5bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,10 +16,9 @@ RUN apk --no-cache add gradle RUN gradle bootJar RUN ls -al -RUN PWD RUN ls -al / -COPY /app/build/libs/*.jar app.jar +COPY ./build/libs/*.jar app.jar RUN ls -al EXPOSE 8080