diff --git a/Dockerfile b/Dockerfile index ac28ae4..2de9d11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \