Fix Dockerfile: Remove --no-build flag from publish stage

This commit is contained in:
SysAdmin 2025-09-24 13:11:21 +01:00
parent 6b9902daf4
commit af45d7c955

View File

@ -40,7 +40,6 @@ RUN dotnet publish "LittleShop.csproj" \
-c Release \
-o /app/publish \
--no-restore \
--no-build \
--runtime linux-x64 \
--self-contained false \
/p:PublishTrimmed=false \