From 7c102ff2d9c5525fd3f333ae87a5113420670520 Mon Sep 17 00:00:00 2001 From: vladzvx Date: Mon, 5 Aug 2024 03:38:49 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BGC.WebApi/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BGC.WebApi/Dockerfile b/BGC.WebApi/Dockerfile index b739ee7..559b31c 100644 --- a/BGC.WebApi/Dockerfile +++ b/BGC.WebApi/Dockerfile @@ -1,4 +1,6 @@ + + FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base USER app WORKDIR /app