Skip to content

Commit

Permalink
Added Dockerfile and Docker-Compose to nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
babaktaremi committed Aug 7, 2023
1 parent f52c27e commit 085989e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CleanArcTemplate.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>

<id>Bobby.CleanArcTemplate</id>
<version>4.1.0</version>
<version>4.1.1</version>
<title>Clean Architecture Solution Template</title>
<authors>BabakTaremi</authors>
<description>Clean Architecture Solution Template for and .NET 7. With many features available out of the box</description>
Expand Down Expand Up @@ -32,6 +32,8 @@
<files>
<file src=".template.config\icon.png" />
<file src="README.md" />
<file src="Dockerfile" target="content\Dockerfile" />
<file src="docker-compose.yml" target="content\docker-compose.yml" />
<file src=".\**" target="content" exclude="**\node_modules\**;**\bin\**;**\obj\**;**\.vs\**;**\.vscode\**;**\ClientApp\dist\**;**\wwwroot\dist\**;content\Directory.Build.*;**\.git\**;**\.github\**;**\CODE_OF_CONDUCT.md;**\LICENSE;**\README.md;**\nuget.exe" />
</files>

Expand Down

0 comments on commit 085989e

Please sign in to comment.