From 722a394d03773f966836a96884ee9e99e26bd780 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Sun, 14 Jan 2024 15:07:03 +0300 Subject: Docker files update --- Dockerfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index db24e34..3b8aef5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,6 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build WORKDIR /app COPY . ./ -RUN dotnet restore RUN dotnet publish -c Release -o out FROM mcr.microsoft.com/dotnet/aspnet:8.0 -- cgit v1.2.3