From 5a91bbc22b42eafa1a35c96f71105ed1d9541524 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sat, 7 Mar 2026 17:08:00 +0200 Subject: [PATCH] Allowing .net 8 publish files --- .dockerignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 025b830..6927191 100644 --- a/.dockerignore +++ b/.dockerignore @@ -28,4 +28,4 @@ README.md !.git/config !.git/packed-refs !.git/refs/heads/** -!**/publish/** \ No newline at end of file +!**/bin/Release/net8.0/publish/** -- 2.47.3