Files
btcpayserver/BTCPayServer/DockerFile
2017-09-28 18:49:24 +09:00

6 lines
131 B
Plaintext

FROM microsoft/aspnetcore:2.0.0
WORKDIR /app
COPY "bin/Release/netcoreapp2.0/publish" .
ENTRYPOINT ["dotnet", "BTCPayServer.dll"]