initial project structure

This commit is contained in:
Simon Diesenreiter
2024-11-27 16:30:24 +01:00
commit 0c2458cd7d
21 changed files with 666 additions and 0 deletions

4
Containerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM mcr.microsoft.com/dotnet/runtime:9.0
COPY . /app
WORKDIR /app
CMD ["project_name"]