mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 06:35:13 +01:00
5 lines
130 B
Bash
5 lines
130 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "$(/sbin/ip route|awk '/default/ { print $3 }') host.docker.internal" >> /etc/hosts
|
||
|
exec dotnet BTCPayServer.dll
|