From e9a19f5c73bbd180e604e4734526ab6a6eeac751 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Tue, 15 Oct 2024 10:13:06 +0200 Subject: [PATCH] remove exposed port Signed-off-by: Peter Siegmund --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 048ab21..8b411d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,5 +27,4 @@ COPY --chown=app --from=build /usr/src/app/build/libs/*-SNAPSHOT.jar /usr/app/ed HEALTHCHECK CMD curl --fail http://localhost:8080/actuator/health/liveness || exit 1 -EXPOSE 8080 CMD ["java", "-jar", "/usr/app/edge.jar"]