Skip to content

Commit

Permalink
flytter app inn i egen modul
Browse files Browse the repository at this point in the history
  • Loading branch information
di0nys1us committed May 6, 2024
1 parent 447567c commit 73d1c53
Show file tree
Hide file tree
Showing 86 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/distroless/java21-debian12:nonroot
COPY build/libs/hm-soknadsbehandling-db-all.jar /app.jar
COPY app/build/libs/app-all.jar /app.jar
ENV TZ="Europe/Oslo"
CMD ["/app.jar"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ dependencyResolutionManagement {
}

rootProject.name = "hm-soknadsbehandling-db"
include("app")

0 comments on commit 73d1c53

Please sign in to comment.