Files
containers/bitnami/kong/2/debian-10/rootfs/run.sh
2020-02-03 17:29:59 +00:00

21 lines
304 B
Bash
Executable File

#!/bin/bash
# shellcheck disable=SC1091
set -o errexit
set -o nounset
set -o pipefail
# set -o xtrace # Uncomment this line for debugging purpose
# Load libraries
. /liblog.sh
. /libos.sh
. /libkong.sh
# Load Kong environment variables
eval "$(kong_env)"
info "** Starting Kong **"
exec kong start