From 0623c8a20881ea5d707101641a1cb8252f7fde5f Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Fri, 2 Feb 2024 14:30:47 +0300 Subject: Use external js --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index d643703..4b57ffb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,9 +2,6 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy AS build WORKDIR /source COPY . . -RUN dotnet restore && \ - dotnet tool restore && \ - dotnet libman restore RUN dotnet publish --property:OutputPath=/app FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy -- cgit v1.2.3