Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
HwanGonJang committed Aug 11, 2023
1 parent 59fdf5c commit 1612ce9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM openjdk:17
COPY common/build/libs/common.jar /
COPY build/libs/daitssu-api.jar /
ENTRYPOINT ["java", "-Dspring.profiles.active=dev", "-jar","/common.jar"]
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ plugins {
}

group = "com.example"
version = "0.0.1-SNAPSHOT"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit 1612ce9

Please sign in to comment.