From e9ae80303e755e64cf0f5ce7d8dcdae8fd12831e Mon Sep 17 00:00:00 2001 From: vladzvx Date: Mon, 5 Aug 2024 03:40:45 +0300 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82=20=D1=81=D0=B8=D0=BD?= =?UTF-8?q?=D1=85=D1=80=D0=BE=D0=BD=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D0=B8=20?= =?UTF-8?q?=D1=81=20=D0=B3=D0=B8=D1=82=D1=85=D0=B0=D0=B1=D0=BE=D0=BC-2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BGC.WebApi/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/BGC.WebApi/Dockerfile b/BGC.WebApi/Dockerfile index 559b31c..07d360e 100644 --- a/BGC.WebApi/Dockerfile +++ b/BGC.WebApi/Dockerfile @@ -1,6 +1,3 @@ - - - FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base USER app WORKDIR /app