GaProgMan / OnionArch

A .NET Core demo application which uses the Onion Architecture
MIT License
102 stars 37 forks source link

Does not have dockerfile #11

Closed GaProgMan closed 5 years ago

GaProgMan commented 6 years ago

Description

Users who consume this template will have to create their own dockerfile, should they wish to leverage the Docker container technology.

Possible Solutions

Create a dockerfile so that anyone who uses the template can instantly run the application, without the need of creating their own.

Create a switch for the template which will optionally exclude the dockerfile when a user uses it to create a new project.

GuilhermeMartins10 commented 5 years ago

Hi, I can do this!

GaProgMan commented 5 years ago

Amazing! Thank you.

I would recommend taking a look at the dockerfile for DwCheckApi to get you started, if you like. It's a little old, but should still cover the bases.