Typo in publish
All checks were successful
Build Mau & Deploy Mau / build (push) Successful in 1m41s
Build Mau & Deploy Mau / deploy (push) Has been skipped

This commit is contained in:
DTieman
2024-04-14 13:12:34 +02:00
parent db500d7476
commit b3d8bbd50e

View File

@@ -14,7 +14,7 @@ WORKDIR "/src"
RUN dotnet build "MauMau-Server.csproj" -c Release -o /app/build -a $TARGETARCH RUN dotnet build "MauMau-Server.csproj" -c Release -o /app/build -a $TARGETARCH
FROM build AS publish 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 \ --self-contained true \
/p:PublishTrimmed=true \ /p:PublishTrimmed=true \
/p:PublishSingleFile=true \ /p:PublishSingleFile=true \