Adds debug stuff for Dockerfile
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
aarbit 2024-07-01 16:20:01 -05:00
parent 1650afa030
commit 7b25ceb1af

View File

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