refactor(docker): remove unnecessary global.json copy from Dockerfile.api

This commit is contained in:
Stevan Freeborn
2026-03-11 12:51:53 -05:00
parent 9572097d38
commit 36e2f70da2
-1
View File
@@ -2,7 +2,6 @@ FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
WORKDIR /repo
COPY Directory.Build.props .
COPY global.json .
COPY .editorconfig .
COPY src/.editorconfig src/
COPY src/Directory.Build.props src/