-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add docker file for running oidc-debugger #44
Comments
I'm actually struggling to find the appropriate container to run a ASP.net application. I have tried
Edit I think this is probably the correct template https://github.com/dotnet/dotnet-docker/blob/master/samples/aspnetapp/Dockerfile |
This is a great idea. I'll see if I can add a dockerfile. Currently, this project targets ASP.NET Core 2.0, which is outdated. It would probably work with a 2.x runtime Docker image, but ultimately I should update it to ASP.NET Core 3.0+. |
This would be awesome. |
Any update on this ? |
@jsalatiel Unfortunately I don't have time to work on this project myself right now, but I am always open to PRs. |
I don't use ASP.NET. I will probably set up a docker container to run this locally. would you accept a PR to add it to this project
The text was updated successfully, but these errors were encountered: