This website requires JavaScript.
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
You've already forked eShopOnContainers
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
eShopOnContainers
/
src
/
Services
/
Catalog
/
Catalog.API
/
Dockerfile
5 lines
100 B
Docker
Raw
Normal View
History
Unescape
Escape
Review project. Update packages. Fix Http api
2016-10-31 16:54:55 +01:00
FROM
microsoft/aspnetcore:latest
some initial dockerfiles and catalog work. Proof of concept more than anything else.
2016-09-14 08:35:34 -07:00
WORKDIR
/app
EXPOSE
80
ADD
. /app
ENTRYPOINT
dotnet Catalog.API.dll
Reference in New Issue
Copy Permalink