btcpayserver/docker-entrypoint.sh

5 lines
130 B
Bash
Raw Normal View History

2019-02-27 13:40:17 +01:00
#!/bin/sh
echo "$(/sbin/ip route|awk '/default/ { print $3 }') host.docker.internal" >> /etc/hosts
2019-02-27 13:40:17 +01:00
exec dotnet BTCPayServer.dll