Skip to content

Commit 0e6ad89

Browse files
authored
Move Dockerfile to appropriate folder (#3)
2 parents 2483ee6 + 6c3e782 commit 0e6ad89

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
File renamed without changes.
File renamed without changes.

TemplateService/TemplateService.csproj

+6
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,10 @@
1515
<PackageReference Include="Trumpee.MassTransit.Messages" Version="1.0.0.8" />
1616
</ItemGroup>
1717

18+
<ItemGroup>
19+
<None Update="appsettings.json">
20+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
21+
</None>
22+
</ItemGroup>
23+
1824
</Project>

0 commit comments

Comments
 (0)