Docker containers #63
Replies: 1 comment 2 replies
-
Thanks @AnkurSheel, this is great.
Ports came up in this discussion and you'll note TimeKeeper.Api/Startup.cs references ports in relations to it CORS policy.
Would that be where all the projects are moved into a folder named src or similar? Not sure if anyone would have an issue with that however perhaps you could confirm the folder structure you had in mind and the benefits you see this bringing.
I'll leave that for those more experienced with Docker however do you see advantages in having a separate one?
Is there an article or YouTube tutorial you would recommend for those of us new to Docker on how to get started with what's in the docker_containers branch? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been playing around with dockerizing our application and had a couple of questions for the community
If anyone wants to play around with it, I have pushed up a WIP branch (docker_containers) which spins up the db on port 1433 and blazor client on port 8080.
Beta Was this translation helpful? Give feedback.
All reactions