Added Docker
asd
This commit is contained in:
4
noteApi/.idea/.idea.noteApi/.idea/vcs.xml
generated
4
noteApi/.idea/.idea.noteApi/.idea/vcs.xml
generated
@@ -1,4 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings" defaultProject="true" />
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
@@ -1,6 +1,7 @@
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
|
||||
USER $APP_UID
|
||||
WORKDIR /app
|
||||
ENV ASPNETCORE_HTTP_PORTS=8080
|
||||
EXPOSE 8080
|
||||
EXPOSE 8081
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -13,7 +13,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("noteApi")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[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.AssemblyTitleAttribute("noteApi")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
@@ -1 +1 @@
|
||||
f55eef58129edf3203b1831235c995876dc72380ad3abebe5c01f087aca98615
|
||||
16a9b221d081011c3d76a2904e5f1535cc17da946b507fa2bbbab83e2500f060
|
||||
|
||||
@@ -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.genruntimeconfig.cache
|
||||
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.
1
noteApi/obj/Debug/net8.0/noteApi.sourcelink.json
Normal file
1
noteApi/obj/Debug/net8.0/noteApi.sourcelink.json
Normal file
@@ -0,0 +1 @@
|
||||
{"documents":{"D:\\Programmieren\\CSharp\\NoteApp\\*":"https://raw.githubusercontent.com/kobolol/NoteApp/621df92b2770f4f5c3ec45914374ae7a686cb4e4/*"}}
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user