From 4ca56ad55ee39127666e9ebca730071ab90fc72b Mon Sep 17 00:00:00 2001 From: Nick Seguin Date: Sun, 25 Feb 2024 17:14:54 -0600 Subject: [PATCH] fix dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 745cfb5..e88cb49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ WORKDIR /app COPY --link *.sln . COPY --link global.json ./ COPY --link nuget.config ./ +COPY --link .config/dotnet-tools.json .config/ COPY --link targets/*.targets ./targets/ COPY --link targets/*.props ./targets/