feat(web): add Dockerfile

This commit is contained in:
2025-11-26 05:49:24 +02:00
parent bb7ef246f8
commit ce3a09088f
5 changed files with 101 additions and 20 deletions

27
.dockerignore Normal file
View File

@@ -0,0 +1,27 @@
# Rust
target/
Cargo.lock
*.rlib
*.rmeta
# Node/npm
node_modules/
package-lock.json
npm-debug.log
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Git
.git/
.gitignore
# General
*.log
.env
.env.local