From b3d8bbd50e6932c7d637a90536c807120b784b55 Mon Sep 17 00:00:00 2001 From: DTieman Date: Sun, 14 Apr 2024 13:12:34 +0200 Subject: [PATCH] Typo in publish --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c31748..24f9269 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ WORKDIR "/src" RUN dotnet build "MauMau-Server.csproj" -c Release -o /app/build -a $TARGETARCH FROM build AS publish -RUN dotnet public "MauMau-Server.csproj" -c Release -o /app/publish \ +RUN dotnet publish "MauMau-Server.csproj" -c Release -o /app/publish \ --self-contained true \ /p:PublishTrimmed=true \ /p:PublishSingleFile=true \