diff --git a/Dockerfile b/Dockerfile index cbcaac61c..88d8830a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG SQUIDEX__VERSION=4.0.0 WORKDIR /src # Copy nuget project files. -COPY backend/*.sln backend/NuGet.Config ./ +COPY backend/*.sln ./ # Copy the main source project files COPY backend/src/*/*.csproj ./ diff --git a/backend/NuGet.Config b/backend/NuGet.Config deleted file mode 100644 index b49f363c2..000000000 --- a/backend/NuGet.Config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/backend/src/Squidex.Domain.Apps.Core.Operations/Squidex.Domain.Apps.Core.Operations.csproj b/backend/src/Squidex.Domain.Apps.Core.Operations/Squidex.Domain.Apps.Core.Operations.csproj index c8fb3c484..d0b05f115 100644 --- a/backend/src/Squidex.Domain.Apps.Core.Operations/Squidex.Domain.Apps.Core.Operations.csproj +++ b/backend/src/Squidex.Domain.Apps.Core.Operations/Squidex.Domain.Apps.Core.Operations.csproj @@ -18,12 +18,12 @@ - + diff --git a/frontend/app/features/assets/pages/assets-page.component.html b/frontend/app/features/assets/pages/assets-page.component.html index dfbf11c23..1e52189ea 100644 --- a/frontend/app/features/assets/pages/assets-page.component.html +++ b/frontend/app/features/assets/pages/assets-page.component.html @@ -57,7 +57,7 @@ - +