Added dockerfile.
Some checks failed
ci / build-test (push) Has been skipped
ci / publish-image (push) Failing after 1m0s

This commit is contained in:
2025-11-02 22:34:06 -05:00
parent 806c8c2f54
commit e1ee0d1b45
3 changed files with 42 additions and 2 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
**/bin/
**/obj/
**/.vs/
**/.vscode/
**/*.user
**/*.suo
**/*.csproj.user
**/node_modules/
.git
.gitignore
Dockerfile
docker-compose*.yml
TestResults/
.artifacts/