Typo in publish
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user