Browse Source

Dockerfile fixed

pull/65/head
Sebastian Stehle 9 years ago
parent
commit
e8a86da22b
  1. 2
      Dockerfile.build

2
Dockerfile.build

@ -42,7 +42,7 @@ RUN cp -a /tmp/node_modules /src/Squidex/ \
&& npm run build
# Test Backend
RUN dotnet restore \
RUN dotnet restore --configfile Nuget.config \
&& dotnet test tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.csproj \
&& dotnet test tests/Squidex.Core.Tests/Squidex.Core.Tests.csproj \
&& dotnet test tests/Squidex.Read.Tests/Squidex.Read.Tests.csproj \

Loading…
Cancel
Save