Still troubleshooting Docker build issues
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
aarbit 2024-07-01 16:48:45 -05:00
parent b5206af920
commit 1b9397234a

View File

@ -15,6 +15,10 @@ RUN apk --no-cache add gradle
RUN gradle bootJar RUN gradle bootJar
RUN ls -al
RUN PWD
RUN ls -al /
COPY /app/build/libs/*.jar app.jar COPY /app/build/libs/*.jar app.jar
RUN ls -al RUN ls -al
EXPOSE 8080 EXPOSE 8080