mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
5 lines
131 B
Bash
Executable File
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
|