feat: Add Dockerization support

This commit is contained in:
danielvici123
2026-06-09 20:13:39 +02:00
parent 520fd4f1e6
commit 0103d2939d
6 changed files with 151 additions and 8 deletions

31
.dockerignore Normal file
View File

@@ -0,0 +1,31 @@
# Rust
target/
**/*.rs.bk
# Git
.git
.gitignore
# Docker
Dockerfile
.dockerignore
# Config and local data
*.json
!config.json.example
!response.json.example
status.json
# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo
# CI/CD
.gitea/
.github/
# OS files
.DS_Store
Thumbs.db