mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
fix test container
This commit is contained in:
parent
aa57531ed7
commit
120fce0288
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ ENV SCREEN_HEIGHT 600 \
|
|||
SCREEN_WIDTH 1200
|
||||
|
||||
COPY . .
|
||||
RUN dotnet build
|
||||
RUN cd BTCPayServer.Tests && dotnet build
|
||||
WORKDIR /source/BTCPayServer.Tests
|
||||
ENTRYPOINT ["./docker-entrypoint.sh"]
|
||||
|
|
Loading…
Add table
Reference in a new issue