Skip to content

Commit

Permalink
remove old JKS
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Schwarz committed Sep 16, 2021
1 parent 882f6fd commit cd0563a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker/CloudFoundry
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ FROM nginx:alpine
COPY --from=build ./app /app
COPY ./nginx/default.conf.template /etc/nginx/conf.d/default.conf
COPY ./entrypoint/entrypoint.sh /entrypoint.sh
COPY ./certs/dev-test.jks /certs/dev-test.jks
COPY ./certs/dev-decorator.jks /certs/dev-decorator.jks
RUN apk --no-cache add openjdk11-jre
EXPOSE 80
Expand Down
1 change: 0 additions & 1 deletion docker/Native
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM adoptopenjdk:11-jre-hotspot
COPY ./target/*.jar /app/app.jar
COPY ./certs/dev-test.jks /app/certs/dev-test.jks
COPY ./certs/dev-decorator.jks /certs/dev-decorator.jks
WORKDIR /app
ENTRYPOINT [ "sh", "-c", "java $JAVA_OPTS -Djava.security.egd=file:/dev/./urandom -jar ./app.jar" ]
Expand Down

0 comments on commit cd0563a

Please sign in to comment.