From 9b94f9cf91c43ce629cdab468180b2a5fe9b663d Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Wed, 5 Apr 2023 15:03:22 +0700 Subject: [PATCH] fixed --- Dockerfile.dev | 7 ++++--- wwwroot/reports/durable_articles_three.frx | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index 7686f6a..46ee29a 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,11 +1,12 @@ -FROM mcr.microsoft.com/dotnet/sdk:5.0 as build-env +FROM mcr.microsoft.com/dotnet/core/sdk:3.1 as build-env WORKDIR /source +COPY Packages/. Packages/. COPY . . -RUN dotnet restore --configfile nuget.config +RUN dotnet restore -s /source/Packages -s https://api.nuget.org/v3/index.json RUN dotnet build RUN dotnet publish -o /publish --configuration Release; -FROM mcr.microsoft.com/dotnet/sdk:5.0 +FROM mcr.microsoft.com/dotnet/aspnet:3.1 COPY . . RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-install-recommends apt-utils RUN DEBIAN_FRONTEND=noninteractive apt-get install -y fontconfig diff --git a/wwwroot/reports/durable_articles_three.frx b/wwwroot/reports/durable_articles_three.frx index ce9f4a8..df64925 100644 --- a/wwwroot/reports/durable_articles_three.frx +++ b/wwwroot/reports/durable_articles_three.frx @@ -1,5 +1,5 @@  - + @@ -220,7 +220,7 @@ - + @@ -250,9 +250,9 @@ - + - +