mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 01:43:50 +01:00
fix dockerfile
This commit is contained in:
parent
5e09992637
commit
1ef59e05a5
@ -2,7 +2,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||||
<Version>1.0.3.72</Version>
|
<Version>1.0.3.73</Version>
|
||||||
<NoWarn>NU1701,CA1816,CA1308,CA1810,CA2208</NoWarn>
|
<NoWarn>NU1701,CA1816,CA1308,CA1810,CA2208</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
@ -21,4 +21,5 @@ ENV BTCPAY_DATADIR=/datadir
|
|||||||
VOLUME /datadir
|
VOLUME /datadir
|
||||||
|
|
||||||
COPY --from=builder "/app" .
|
COPY --from=builder "/app" .
|
||||||
|
COPY docker-entrypoint.sh docker-entrypoint.sh
|
||||||
ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
||||||
|
@ -18,4 +18,5 @@ ENV BTCPAY_DATADIR=/datadir
|
|||||||
VOLUME /datadir
|
VOLUME /datadir
|
||||||
|
|
||||||
COPY --from=builder "/app" .
|
COPY --from=builder "/app" .
|
||||||
|
COPY docker-entrypoint.sh docker-entrypoint.sh
|
||||||
ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user