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