mempool/docker/frontend/entrypoint.sh

7 lines
106 B
Bash
Raw Normal View History

#!/bin/sh
API_IP=$API_IP
sed -i "s/<API_IP>/${API_IP}/g" /etc/nginx/conf.d/nginx-mempool.conf
exec "$@"