Docker Update

This commit is contained in:
2026-01-26 14:06:31 +03:00
parent 243ef9e235
commit 934cb46128
6 changed files with 294 additions and 0 deletions

49
.dockerignore Normal file
View File

@ -0,0 +1,49 @@
# Node modules
node_modules
npm-debug.log
yarn-error.log
# Git
.git
.gitignore
.gitattributes
# Docker
Dockerfile
.dockerignore
docker-compose.yml
# IDE
.vscode
.idea
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.*.local
# Logs
logs
*.log
# Documentation
README.md
*.md
# Tests
test
tests
*.test.js
*.spec.js
# Build
dist
build
*.map