Skip to content

Commit

Permalink
chore: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GayeongKimm committed Jul 30, 2024
1 parent f199506 commit 8a46a88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17
ARG JAR_FILE=build/libs/sopo-2.0.0.jar
ARG JAR_FILE=build/libs/SOPO_server_v2-0.0.2-SNAPSHOT.jar
COPY ${JAR_FILE} sopo.jar
ENTRYPOINT ["java","-jar","/sopo.jar"]
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ java {
}
}

jar {
archiveFileName.set('sopo-2.0.0.jar')
}

configurations {
compileOnly {
extendsFrom annotationProcessor
Expand Down

0 comments on commit 8a46a88

Please sign in to comment.