aspnetcore-angular-universal icon indicating copy to clipboard operation
aspnetcore-angular-universal copied to clipboard

A docker question

Open mcgri opened this issue 6 years ago • 1 comments

Hi I am using angular 5 version of this project right now, and I been thinking to update to .core 2.1 & angular 6.

I am a bit confused by #634 ... Could someone explain what it for?

mcgri avatar Jul 17 '18 12:07 mcgri

There is a project called docker-compose.dcproj. By setting this to the startup project docker will be used to run the application instead of iis-express. This requires docker to be installed on the machine that compiles the code. If you are not using containers then simply ignore this.

GRIMMR3AP3R avatar Jul 23 '18 12:07 GRIMMR3AP3R