From 8b418eb87254ec1d1fa4637f913fc195afc9dcc4 Mon Sep 17 00:00:00 2001 From: vladzvx Date: Mon, 5 Aug 2024 03:42:34 +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-3?= 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 07d360e..22dc772 100644 --- a/BGC.WebApi/Dockerfile +++ b/BGC.WebApi/Dockerfile @@ -3,6 +3,8 @@ USER app WORKDIR /app EXPOSE 8080 + + FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build ARG BUILD_CONFIGURATION=Release WORKDIR /src