diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-06-01 22:53:00 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-06-01 22:53:00 +0200 |
| commit | e5d7e52bab7e3bc68d7a16d1fcb37852ba90143a (patch) | |
| tree | 1ea65eb5e578f28d8dd150fc7e34bd37e6377c07 /server/src | |
| parent | ae8899c9beffcfe7d7c6965ddc5df7010ad4006b (diff) | |
| download | greatoffice-e5d7e52bab7e3bc68d7a16d1fcb37852ba90143a.tar.xz greatoffice-e5d7e52bab7e3bc68d7a16d1fcb37852ba90143a.zip | |
refactor: Change name of image name
Diffstat (limited to 'server/src')
| -rw-r--r-- | server/src/IOL.GreatOffice.Api.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/server/src/IOL.GreatOffice.Api.csproj b/server/src/IOL.GreatOffice.Api.csproj index 0bd2c48..04e09e3 100644 --- a/server/src/IOL.GreatOffice.Api.csproj +++ b/server/src/IOL.GreatOffice.Api.csproj @@ -40,6 +40,15 @@ <Content Include="..\..\README.md"> <Link>README.md</Link> </Content> + <Content Include="..\build_and_push.sh"> + <Link>build_and_push.sh</Link> + </Content> + <Content Include="..\CHANGELOG.md"> + <Link>CHANGELOG.md</Link> + </Content> + <Content Include="..\Dockerfile"> + <Link>Dockerfile</Link> + </Content> </ItemGroup> <ItemGroup> |
