Skip to content

dotnet-labs/HerokuContainer

Repository files navigation

Dockerized ASP.NET Core Web API app in Heroku

Buy Me a Coffee at ko-fi.com

Updates

The solution is updated to ASP.NET 8

In this blog post, we will create a containerized ASP.NET Core 3.1 Web API project, and set up a CI/CD pipeline using GitHub Actions. In the GitHub workflow, we will build and test the Web API project, and deploy the final docker image to Heroku.

This article is intended to add some supplementary information to the official documentation in Microsoft Docs. My goal is to connect the dots between the code/comments and the Swagger UI elements.

In this article, we will go over examples about uploading a single file, uploading a list of files, and uploading a file in a FormData object.


License

Feel free to use the code in this repository as it is under MIT license.

Buy Me a Coffee at ko-fi.com