Skip to content

Commit

Permalink
Remove bundling of truststore
Browse files Browse the repository at this point in the history
  • Loading branch information
pmchung committed Jun 18, 2022
1 parent c3c4634 commit 4fe3c2f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ COPY --from=builder /conductor/docker/server/bin /app
# COPY --from=builder /conductor/docker/server/config /app/config
COPY --from=builder /conductor/server/build/libs/conductor-server-*-boot.jar /app/libs

# # Elastic cloud cert
# COPY --from=builder /conductor/cacerts /app/certs/

# Aiven kafka cert
COPY --from=builder /conductor/truststore /app/truststore/

# Copy the files for the server into the app folders
RUN chmod +x /app/startup.sh

Expand Down

0 comments on commit 4fe3c2f

Please sign in to comment.