We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce115e7 commit 22505e3Copy full SHA for 22505e3
Dockerfile
@@ -10,7 +10,7 @@ COPY src/Riber.Domain/Riber.Domain.csproj ./src/Riber.Domain/
10
COPY src/Riber.Infrastructure/Riber.Infrastructure.csproj ./src/Riber.Infrastructure/
11
12
COPY tests/Riber.Api.Tests/Riber.Api.Tests.csproj ./tests/Riber.Api.Tests/
13
-COPY tests/Riber.Application.Tests.Tests/Riber.Application.Tests.csproj ./tests/Riber.Application.Tests/
+COPY tests/Riber.Application.Tests/Riber.Application.Tests.csproj ./tests/Riber.Application.Tests/
14
COPY tests/Riber.Domain.Tests/Riber.Domain.Tests.csproj ./tests/Riber.Domain.Tests/
15
COPY tests/Riber.Infrastructure.Tests/Riber.Infrastructure.Tests.csproj ./tests/Riber.Infrastructure.Tests/
16
0 commit comments