Add shared MSBuild configuration to Dockerfiles
This commit is contained in:
@@ -4,6 +4,10 @@ EXPOSE 80
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
|
||||
|
||||
# COPY SHARED MSBUILD CONFIGURATION
|
||||
COPY src/Directory.Build.props /src/Directory.Build.props
|
||||
COPY src/Directory.Packages.props /src/Directory.Packages.props
|
||||
|
||||
# INSTALL NODE.JS
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
|
||||
&& apt-get install -y \
|
||||
|
||||
Reference in New Issue
Block a user