-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker support with .NET Core 3.0 #395
docker support with .NET Core 3.0 #395
Conversation
Amazing work @bravecobra - thanks a lot 😊 I will test it ASAP 👍 |
Don't forget that this still assumes you have the proper migrations generated in place. We can fix that later in the build pipeline I've prepared with github actions. One step at the time... |
Looks solid - i've checked the changes in file. Later today I'll download, build and test it on Ubuntu but I think that we want to merge it ASAP. |
Looks ok, let's merge it @skoruba |
I've made this PR based on #367 by @ChrisSzabo. The amount of work to get it all working properly seemed to be more extensive given the branch was getting rather old. I merged in the latest dev branch, containing the latest .NET Core 3.0 support (#390 ) and the Audit logging (#391 )
So what's changed?
docker-compose.vs.debug.yml
anddocker-compose.vs.debug.yml
to enable debugging with a seeded environment.We'll need to update the docs, but I suggest getting this in first.
So now we have the following possibility to get a running seeded and debug-able (in VS) environment:
This PR closes #121