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