Skip to content

Commit

Permalink
docker jar 디렉토리 변수명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
InJun2 committed Jun 30, 2024
1 parent 3e540a4 commit cbd9e23
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=bulid/libs/*.jar
ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["java","-jar","/app.jar"]
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ tasks.named('test') {
useJUnitPlatform()
}

tasks.named('jar') {
enabled = false
}

sourceSets {
main {
resources {
Expand Down

0 comments on commit cbd9e23

Please sign in to comment.