Continuing to troubleshoot Docker build issues
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
aarbit 2024-07-01 16:51:58 -05:00
parent 1b9397234a
commit c178cf1bf9

View File

@ -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