Added Docker

asd
This commit is contained in:
2025-02-08 14:33:32 +01:00
parent 621df92b27
commit 44aa3862d3
14 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="VcsDirectoryMappings" defaultProject="true" /> <component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
</component>
</project> </project>

View File

@@ -1,6 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
USER $APP_UID USER $APP_UID
WORKDIR /app WORKDIR /app
ENV ASPNETCORE_HTTP_PORTS=8080
EXPOSE 8080 EXPOSE 8080
EXPOSE 8081 EXPOSE 8081

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("noteApi")] [assembly: System.Reflection.AssemblyCompanyAttribute("noteApi")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d14f8285144757ccd16f1b49f4e99cc9b6576ceb")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+621df92b2770f4f5c3ec45914374ae7a686cb4e4")]
[assembly: System.Reflection.AssemblyProductAttribute("noteApi")] [assembly: System.Reflection.AssemblyProductAttribute("noteApi")]
[assembly: System.Reflection.AssemblyTitleAttribute("noteApi")] [assembly: System.Reflection.AssemblyTitleAttribute("noteApi")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
f55eef58129edf3203b1831235c995876dc72380ad3abebe5c01f087aca98615 16a9b221d081011c3d76a2904e5f1535cc17da946b507fa2bbbab83e2500f060

View File

@@ -122,3 +122,4 @@ D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\refint\noteApi.dll
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.pdb D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.pdb
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.genruntimeconfig.cache D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.genruntimeconfig.cache
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\ref\noteApi.dll D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\ref\noteApi.dll
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.sourcelink.json

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
{"documents":{"D:\\Programmieren\\CSharp\\NoteApp\\*":"https://raw.githubusercontent.com/kobolol/NoteApp/621df92b2770f4f5c3ec45914374ae7a686cb4e4/*"}}