Skip to content

Commit 22505e3

Browse files
committed
fix: correção no dockerfile
1 parent ce115e7 commit 22505e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY src/Riber.Domain/Riber.Domain.csproj ./src/Riber.Domain/
1010
COPY src/Riber.Infrastructure/Riber.Infrastructure.csproj ./src/Riber.Infrastructure/
1111

1212
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/
13+
COPY tests/Riber.Application.Tests/Riber.Application.Tests.csproj ./tests/Riber.Application.Tests/
1414
COPY tests/Riber.Domain.Tests/Riber.Domain.Tests.csproj ./tests/Riber.Domain.Tests/
1515
COPY tests/Riber.Infrastructure.Tests/Riber.Infrastructure.Tests.csproj ./tests/Riber.Infrastructure.Tests/
1616

0 commit comments

Comments
 (0)