FROM microsoft/aspnetcore:2.0.0 WORKDIR /app COPY "dockerfiles/" . ENV BTCPAY_POSTGRES="User ID=postgres;Host=postgres;Port=5432;Database=btcpayserver" ENV BTCPAY_NETWORK="testnet" ENV BTCPAY_EXPLORERURL="https://nbxplorer-testnet-public.azurewebsites.net/" ENV BTCPAY_BIND="0.0.0.0:80" ENTRYPOINT ["dotnet", "BTCPayServer.dll"]