ci: Adjustments to dockerfile

This commit is contained in:
henrik
2024-12-22 20:03:57 +01:00
parent ef3ab20fff
commit 8dbdbca9a3
3 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CommitMessageInspectionProfile">
<profile version="1.0">
<inspection_tool class="CommitFormat" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="CommitNamingConvention" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>

View File

@@ -41,4 +41,6 @@ WORKDIR /app
COPY --from=publish /app/publish .
COPY --from=publish /app/.dokku .
RUN ls -la
ENTRYPOINT ["dotnet"]

View File

@@ -7,7 +7,6 @@
<NoDefaultLaunchSettingsFile>true</NoDefaultLaunchSettingsFile>
<StaticWebAssetProjectMode>Default</StaticWebAssetProjectMode>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<LangVersion>13</LangVersion>
</PropertyGroup>
<ItemGroup>