We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32f307 commit 6b1fea2Copy full SHA for 6b1fea2
Dockerfile
@@ -9,7 +9,7 @@ RUN ./gradlew bootJar -x test -x clean --build-cache --parallel
9
10
FROM cloudtype/jre:17
11
WORKDIR /app
12
-COPY --from=build /app/Location-based-target-authentication/build/libs/*.jar app.jar
+COPY --from=build /app/Location-based-target-authentication/build/libs/*.jar /app/app.jar
13
14
EXPOSE 8443
15
-ENTRYPOINT ["java", "-jar", "app.jar"]
+ENTRYPOINT ["java", "-jar", "/app/app.jar"]
0 commit comments