mirror of
https://dev.azure.com/tstanciu94/Services/_git/Correo
synced 2025-03-29 15:21:26 +02:00
dockerfile update
This commit is contained in:
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…
x
Reference in New Issue
Block a user