dockerfile update
parent
1c066cc0ae
commit
9f6c9632be
|
@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution items", "solution
|
||||||
.gitattributes = .gitattributes
|
.gitattributes = .gitattributes
|
||||||
.gitignore = .gitignore
|
.gitignore = .gitignore
|
||||||
dependencies.props = dependencies.props
|
dependencies.props = dependencies.props
|
||||||
|
Directory.Build.props = Directory.Build.props
|
||||||
LICENSE.txt = LICENSE.txt
|
LICENSE.txt = LICENSE.txt
|
||||||
nuget.config = nuget.config
|
nuget.config = nuget.config
|
||||||
README.md = README.md
|
README.md = README.md
|
||||||
|
|
|
@ -7,7 +7,7 @@ EXPOSE 80
|
||||||
FROM mcr.microsoft.com/dotnet/sdk:6.0-bullseye-slim AS build
|
FROM mcr.microsoft.com/dotnet/sdk:6.0-bullseye-slim AS build
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
COPY ["dependencies.props", "."]
|
COPY ["dependencies.props", "."]
|
||||||
COPY ["directory.build.props", "."]
|
COPY ["Directory.Build.props", "."]
|
||||||
COPY ["nuget.config", "."]
|
COPY ["nuget.config", "."]
|
||||||
COPY ["src/Correo/Correo.csproj", "src/Correo/"]
|
COPY ["src/Correo/Correo.csproj", "src/Correo/"]
|
||||||
COPY ["src/Correo.Application/Correo.Application.csproj", "src/Correo.Application/"]
|
COPY ["src/Correo.Application/Correo.Application.csproj", "src/Correo.Application/"]
|
||||||
|
|
Loading…
Reference in New Issue