fix test container

This commit is contained in:
nicolas.dorier 2019-06-02 17:41:34 +09:00
parent aa57531ed7
commit 120fce0288
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -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"]