Fix bug in microsoft/aspnetcore-build:2.0.5-2.1.4 name.
This commit is contained in:
parent
44e15eb5f7
commit
81477f0757
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user