fix dockerfile
All checks were successful
build / deploy (push) Successful in 1m0s

This commit is contained in:
Nick Seguin 2024-02-25 17:14:54 -06:00
parent 37a69fd440
commit 4ca56ad55e
Signed by: nseguin
GPG key ID: 68C99FA84079021D

View file

@ -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/