Skip to content

Commit

Permalink
Fix ssl issues when connecting from inside container
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Mar 25, 2024
1 parent ffc785d commit 5888086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM eclipse-temurin:8-jdk-alpine
RUN apk --update upgrade && apk add openssl openssl-dev ca-certificates libgcc && update-ca-certificates
COPY target/*.jar app.jar
ENTRYPOINT ["java","-jar","/app.jar"]

0 comments on commit 5888086

Please sign in to comment.