[skip ci] correct path settings
This commit is contained in:
parent
9256ed0bc8
commit
48f818bc57
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ RUN chmod 0740 ./ModeratorElection.jar
|
|||
ENTRYPOINT ["java", "-jar", "./ModeratorElection.jar"]
|
||||
|
||||
FROM build-jar-stage AS ci-image-stage
|
||||
RUN chmod 0740 ./ModeratorElection.jar
|
||||
ENTRYPOINT ["java", "-jar", "./ModeratorElection.jar"]
|
||||
RUN chmod 0740 ./build/libs/ModeratorElection.jar
|
||||
ENTRYPOINT ["java", "-jar", "./build/libs/ModeratorElection.jar"]
|
||||
|
||||
#build-native-stage
|
||||
FROM ubuntu:latest as build-native-stage
|
||||
|
|
Loading…
Reference in a new issue