This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
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
44e15eb5f7
commit
81477f0757
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save