Implement Docker support with Dockerfile, docker-compose, and nginx configuration; add HTTPS redirection option and update appsettings

This commit is contained in:
MaddoScientisto 2026-03-16 19:41:14 +01:00
commit 7a919491d2
7 changed files with 215 additions and 2 deletions

10
.dockerignore Normal file
View file

@ -0,0 +1,10 @@
**/.git
**/.gitignore
**/.vs
**/.vscode
**/bin
**/obj
**/TestResults
**/node_modules
Dockerfile
README.md