refactor(docker): remove unnecessary global.json copy from Dockerfile.api
This commit is contained in:
@@ -2,7 +2,6 @@ FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
|
|||||||
WORKDIR /repo
|
WORKDIR /repo
|
||||||
|
|
||||||
COPY Directory.Build.props .
|
COPY Directory.Build.props .
|
||||||
COPY global.json .
|
|
||||||
COPY .editorconfig .
|
COPY .editorconfig .
|
||||||
COPY src/.editorconfig src/
|
COPY src/.editorconfig src/
|
||||||
COPY src/Directory.Build.props src/
|
COPY src/Directory.Build.props src/
|
||||||
|
|||||||
Reference in New Issue
Block a user