Files
btcpayserver/docker-entrypoint.sh
2019-03-24 23:56:31 +09:00

5 lines
131 B
Bash
Executable File

#!/bin/sh
echo "$(grep "$HOSTNAME" /etc/hosts|awk '{print $1}') host.docker.internal" >> /etc/hosts
exec dotnet BTCPayServer.dll