add healthcheck for kontor-javalin

This commit is contained in:
2025-12-21 21:15:08 +01:00
parent 3c4e182832
commit 11b13e0bf4
3 changed files with 16 additions and 1 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ COPY ./gradle/libs.versions.toml ./gradle/
RUN gradle build --no-daemon
# ----------------------------------------------------------------------- #
FROM alpine/java:21-jdk AS run
FROM alpine/java:21-jre AS run
RUN apk --no-cache add curl
RUN adduser --system appuser
USER appuser