ASPCoreVueCLITemplates icon indicating copy to clipboard operation
ASPCoreVueCLITemplates copied to clipboard

Build with docker

Open godshades opened this issue 4 years ago • 2 comments

Hi, can you tech me how to build "alternative-spa-template" with docker when I start, it say run on 127.0.0.1:80, but when I go to this URL => not work I try localhost:5000 but not work too

godshades avatar Jul 03 '20 08:07 godshades

You would need to make sure you expose the ports to your local machine. It would be helpful if you could share the Dockerfile (and docker-compose if you are using it)

Also note this template goes against the docker approach of one container per service, since you would be forced to have both dotnet and node installed/running in your dev container

DaniJG avatar Jul 06 '20 17:07 DaniJG

@DaniJG thanks, I understand

godshades avatar Jul 07 '20 04:07 godshades