docker/vizier-auth/entrypoint.sh
2020-02-24 14:49:33 -05:00

6 lines
142 B
Bash

if [ "$API_SERVER_USE_PUB_IP" == "true" ]; then
export API_SERVER=$(curl ipinfo.io/ip)
fi
/usr/local/source/run_init.sh
/usr/bin/supervisord