feat: Add Docker and GitHub Actions for CI/CD

This commit is contained in:
2025-10-13 18:26:24 +02:00
parent 22badaf535
commit 1f49caa472
4 changed files with 249 additions and 35 deletions

20
.dockerignore Normal file
View File

@@ -0,0 +1,20 @@
# Git and IDE files
.git
.gitignore
.idea
*.iml
# Docker files
Dockerfile
# GitHub Actions workflow
.github
# Node.js modules (these will be installed inside the container)
node_modules
# Logs
npm-debug.log
# Documentation
README.md