Updated Dockerfile

This commit is contained in:
henrik
2024-12-13 22:00:28 +01:00
parent f554b52024
commit 97459ccd1d
2 changed files with 1 additions and 7 deletions

View File

@@ -1,2 +1,2 @@
web: /app/pushy/Pushy.dll web: dotnet /app/pushy/Pushy.dll
silo: silo/Pushy.Silo.dll silo: silo/Pushy.Silo.dll

View File

@@ -1,11 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <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"> <component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" /> <mapping directory="$PROJECT_DIR$" vcs="Git" />
</component> </component>