utility-comon-test / entrypoint.sh
sarvenyanik's picture
add deploy settings for huggingface
37f6ce0
Raw
History Blame Contribute Delete
271 Bytes
#!/bin/sh
set -e
mkdir -p /tmp/aiven-kafka
printf "%s" "$AIVEN_KAFKA_KEYSTORE_BASE64" | base64 -d > /tmp/aiven-kafka/client.keystore.p12
printf "%s" "$AIVEN_KAFKA_TRUSTSTORE_BASE64" | base64 -d > /tmp/aiven-kafka/client.truststore.jks
exec java $JAVA_OPTS -jar app.jar