From f6232219feb0c1d1110b5a05d7c2617b236dcf09 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 10 Feb 2023 08:03:29 +0300 Subject: add libman restore to dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 10afed7..a2622e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /app COPY . ./ RUN dotnet restore RUN dotnet tool restore +RUN dotnet libman restore RUN dotnet ef database update RUN dotnet publish -c Release -o out -- cgit v1.2.3