Ready to clone and code.

This commit is contained in:
simon
2024-12-02 11:20:24 +00:00
committed by github-actions[bot]
parent 4c054008f7
commit d2b1d4bcfa
18 changed files with 27 additions and 118 deletions

View File

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