Ready to clone and code.

This commit is contained in:
simon
2024-11-27 20:09:05 +00:00
committed by github-actions[bot]
parent 6298a623f7
commit 828e257453
17 changed files with 28 additions and 117 deletions

View File

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