From 7be619adca4f9de7c84aab4f3ad74a3ecc73393d Mon Sep 17 00:00:00 2001 From: ilitirit Date: Wed, 7 Aug 2024 17:44:51 +0200 Subject: [PATCH] Fix Dockerfile --- Expedience.Api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Expedience.Api/Dockerfile b/Expedience.Api/Dockerfile index 128d371..f0d3b5c 100644 --- a/Expedience.Api/Dockerfile +++ b/Expedience.Api/Dockerfile @@ -22,7 +22,7 @@ ARG TARGET_RUNTIME=linux-x64 RUN dotnet publish "Expedience.Api/Expedience.Api.csproj" -c Release -o /app/publish --self-contained --runtime $TARGET_RUNTIME # Set the base image for the final runtime -FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy-arm64v8 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy-arm64v8 # Set the working directory WORKDIR /app