btcpayserver/docker-entrypoint.sh

5 lines
131 B
Bash
Raw Normal View History

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