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 b62c9b7 commit 521e6fdCopy full SHA for 521e6fd
Dockerfile
@@ -2,10 +2,10 @@
2
FROM openjdk:17-jdk
3
4
# The application's jar file.
5
-ARG JAR_FILE=./build/libs/gitget-0.0.1-SNAPSHOT.jar
+ARG JAR_FILE=./build/libs/GitGetApplication.jar
6
7
# Add the application's jar to the container.
8
-COPY ${JAR_FILE} app.jar
+COPY ${JAR_FILE} App.jar
9
10
# Run the jar file.
11
-CMD ["java", "-jar", "app.jar"]
+CMD ["java", "-jar", "App.jar"]
0 commit comments