fuseki2-docker-installation/entrypoint.sh

6 lines
180 B
Bash

#!/bin/sh
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
## env | sort
exec "$JAVA_HOME/bin/java" $JAVA_OPTIONS -jar "${FUSEKI_DIR}/${FUSEKI_JAR}" "$@"