Docker setup.

This commit is contained in:
2025-09-18 19:34:59 +02:00
parent 602d4efd0c
commit bcd25503c5
3 changed files with 39 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:9.0
RUN mkdir /app
WORKDIR /app