Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git actions & docker TEST
Browse files Browse the repository at this point in the history
kimdozzi committed May 14, 2024
1 parent 8791c05 commit b62c9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
FROM openjdk:17-jdk

# The application's jar file.
ARG JAR_FILE=./TeamTheGenius_Server/build/libs/gitget-0.0.1-SNAPSHOT.jar
ARG JAR_FILE=./build/libs/gitget-0.0.1-SNAPSHOT.jar

# Add the application's jar to the container.
COPY ${JAR_FILE} app.jar

0 comments on commit b62c9b7

Please sign in to comment.