Continuing to troubleshoot Docker build issues
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
1b9397234a
commit
c178cf1bf9
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user