Fixes Dockerfile copy line
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
aarbit 2024-07-01 16:25:33 -05:00
parent 7b25ceb1af
commit b5206af920

View File

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