diff --git a/app/Dockerfile b/app/Dockerfile index b65b532..7ec3791 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -12,7 +12,6 @@ COPY . . RUN dotnet publish my-sample-app.csproj \ -a $TARGETARCH \ -c release \ - --no-restore \ -o /my-sample-app \ --self-contained true \ -p:PublishTrimmed=true \