From eda964c8cc99d90fe0b74bf6a75e414f2c2c8030 Mon Sep 17 00:00:00 2001 From: Michael McKechney Date: Wed, 24 Jan 2024 13:49:46 -0500 Subject: [PATCH] revert --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index 524e336e..7e1a9e2d 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -38,7 +38,7 @@ WORKDIR "/src/SqlBuildManager.Console" FROM build AS publish RUN dotnet clean RUN dotnet nuget locals all --clear -RUN dotnet publish "sbm.csproj" --configuration Release -f net8.0 -o /app/publish -r linux --self-contained +RUN dotnet publish "sbm.csproj" --configuration Release -f net8.0 -o /app/publish -r linux-x64 --self-contained FROM base AS final WORKDIR /app