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
update dockerfile image
features/migration-dotnet3
Erik Pique
5 years ago
parent
49cc39d731
commit
754d91f3ef
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/Services/Identity/Identity.API/Dockerfile
+ 2
- 2
src/Services/Identity/Identity.API/Dockerfile
View File
@ -1,8 +1,8 @@
FROM
mcr.microsoft.com/dotnet/core/aspnet:
2.2
AS base
FROM
mcr.microsoft.com/dotnet/core/aspnet:
3.0-buster-slim
AS base
WORKDIR
/app
EXPOSE
80
FROM
mcr.microsoft.com/dotnet/core/sdk:
2.2
AS build
FROM
mcr.microsoft.com/dotnet/core/sdk:
3.0-buster
AS build
WORKDIR
/src
COPY
scripts scripts/
Write
Preview
Loading…
Cancel
Save