diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..d2aee1c --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM mcr.microsoft.com/dotnet/sdk:8.0.302-1 +ARG servicename +WORKDIR /app +COPY out/$servicename . \ No newline at end of file