Dockerfile update
continuous-integration/drone/push Build is failing Details

master
Dorian HODIN 2 years ago
parent 2aa3e461e5
commit b1389bc942

Binary file not shown.

@ -1,6 +1,8 @@
{ {
"ExpandedNodes": [ "ExpandedNodes": [
"" "",
"\\Code"
], ],
"SelectedNode": "\\Code\\BlazorApp.sln",
"PreviewInSolutionExplorer": false "PreviewInSolutionExplorer": false
} }

Binary file not shown.

Binary file not shown.

@ -4,7 +4,8 @@ EXPOSE 80
EXPOSE 443 EXPOSE 443
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
WORKDIR /src WORKDIR /Code
COPY ["nuget.config", "."]
COPY ["ProjetBlazor/ProjetBlazor.csproj", "ProjetBlazor/"] COPY ["ProjetBlazor/ProjetBlazor.csproj", "ProjetBlazor/"]
RUN dotnet restore "ProjetBlazor/ProjetBlazor.csproj" RUN dotnet restore "ProjetBlazor/ProjetBlazor.csproj"
COPY . . COPY . .

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save