Initial commit

This commit is contained in:
Projects
2024-11-27 10:34:59 -08:00
commit 52b4207d95
24 changed files with 644 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM mcr.microsoft.com/dotnet/runtime:9.0
COPY . /app
WORKDIR /app
CMD ["project_name"]