Skip to content

Commit

Permalink
Remove cert (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepdeJong authored Aug 13, 2023
1 parent ec797b9 commit 6fe15c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ FROM tomcat:9-jre8-slim

RUN rm -rf /usr/local/tomcat/webapps/*

ADD https://ch.tudelft.nl/certs/wisvch.crt /usr/local/share/ca-certificates/wisvch.crt
RUN chmod 0644 /usr/local/share/ca-certificates/wisvch.crt && update-ca-certificates

COPY context.xml /usr/local/tomcat/conf/context.xml
COPY --from=builder /src/target/connect.war /usr/local/tomcat/webapps/ROOT.war

Expand Down

0 comments on commit 6fe15c4

Please sign in to comment.