From 8bde3758e925c3eaba8e3d50be959508b018f67c Mon Sep 17 00:00:00 2001 From: ilitirit Date: Fri, 5 May 2023 02:21:04 +0200 Subject: [PATCH] Fix typo in Dockerfile --- Expedience.Web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Expedience.Web/Dockerfile b/Expedience.Web/Dockerfile index e7b592e..f5f3d56 100644 --- a/Expedience.Web/Dockerfile +++ b/Expedience.Web/Dockerfile @@ -20,7 +20,7 @@ RUN dotnet build "Expedience.Web.csproj" -c Release -o /app/build # Publish the project ARG TARGET_RUNTIME=linux-x64 -RUN dotnet publish "Expedience.Web.csproj"-c Release -o /app/publish /p:UseAppHost=false --self-contained --runtime $TARGET_RUNTIME +RUN dotnet publish "Expedience.Web.csproj" -c Release -o /app/publish /p:UseAppHost=false --self-contained --runtime $TARGET_RUNTIME # Set the base image for the final runtime FROM mcr.microsoft.com/dotnet/aspnet:7.0.4-jammy-arm64v8