Browse Source

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

pull/554/head
Cesar De la Torre Llorente 7 years ago
parent
commit
81477f0757
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Location/Locations.API/Dockerfile

+ 1
- 1
src/Services/Location/Locations.API/Dockerfile View File

@ -2,7 +2,7 @@ FROM microsoft/aspnetcore:2.0.3 AS base
WORKDIR /app
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
COPY . .
RUN dotnet restore -nowarn:msb3202,nu1503


Loading…
Cancel
Save