remove exposed port

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-10-15 10:13:06 +02:00
parent a191294b17
commit e9a19f5c73

View File

@@ -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"]