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
scripts to build individual services, readme files for all services and clients, compose in all projects, fix build problems (Dependent seeds), solve some kwnon build problems in solution (identity on localhost, ...)
2016-12-07 13:57:31 +01:00
FROM
microsoft/aspnetcore:1.0.1
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
scripts to build individual services, readme files for all services and clients, compose in all projects, fix build problems (Dependent seeds), solve some kwnon build problems in solution (identity on localhost, ...)
2016-12-07 13:57:31 +01:00
COPY
. /app
some initial dockerfiles and catalog work. Proof of concept more than anything else.
2016-09-14 08:35:34 -07:00
ENTRYPOINT
dotnet Catalog.API.dll
Reference in New Issue
Copy Permalink