mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-30 12:14:23 +01:00
6 lines
131 B
Plaintext
6 lines
131 B
Plaintext
FROM microsoft/aspnetcore:2.0.0
|
|
|
|
WORKDIR /app
|
|
COPY "bin/Release/netcoreapp2.0/publish" .
|
|
|
|
ENTRYPOINT ["dotnet", "BTCPayServer.dll"] |