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 docker file image
pull/1559/head
Borja García Rodríguez
4 years ago
parent
f25537e214
commit
2ea2b0abb0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Web/WebhookClient/Dockerfile
+ 1
- 1
src/Web/WebhookClient/Dockerfile
View File
@ -1,4 +1,4 @@
FROM
mcr.microsoft.com/dotnet/
core/
aspnet:5.0 AS base
FROM
mcr.microsoft.com/dotnet/aspnet:5.0 AS base
WORKDIR
/app
EXPOSE
80
EXPOSE
443
Write
Preview
Loading…
Cancel
Save