Revert "Dockerfile: comment COPY files"
This reverts commit ac290048c3e9caf59a167d25fca4b5c749f7c79f.
This commit is contained in:
parent
ac290048c3
commit
35f10248d9
@ -6,9 +6,9 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0-alpine AS build
|
|||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY ["EvoCalculator.Core/EvoCalculator.Core.csproj", "EvoCalculator.Core/"]
|
COPY ["EvoCalculator.Core/EvoCalculator.Core.csproj", "EvoCalculator.Core/"]
|
||||||
|
|
||||||
# COPY ./NuGet.Config /nuget.config
|
COPY ./NuGet.Config /nuget.config
|
||||||
# COPY ./evoleasing_25.crt /etc/ssl/certs
|
COPY ./evoleasing_25.crt /etc/ssl/certs
|
||||||
# RUN update-ca-certificates
|
RUN update-ca-certificates
|
||||||
|
|
||||||
RUN dotnet restore "EvoCalculator.Core/EvoCalculator.Core.csproj"
|
RUN dotnet restore "EvoCalculator.Core/EvoCalculator.Core.csproj"
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user