Fix bug in microsoft/aspnetcore-build:2.0.5-2.1.4 name.

This commit is contained in:
Cesar De la Torre Llorente 2018-03-16 10:31:39 -07:00
parent 44e15eb5f7
commit 81477f0757

View File

@ -2,7 +2,7 @@ FROM microsoft/aspnetcore:2.0.3 AS base
WORKDIR /app WORKDIR /app
EXPOSE 80 EXPOSE 80
FROM aspnetcore-build:2.0.5-2.1.4 AS build FROM microsoft/aspnetcore-build:2.0.5-2.1.4 AS build
WORKDIR /src WORKDIR /src
COPY . . COPY . .
RUN dotnet restore -nowarn:msb3202,nu1503 RUN dotnet restore -nowarn:msb3202,nu1503