Fixed dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-01-18 19:36:21 +06:00
parent 4d9dfddd5d
commit 0ed8039644
5 changed files with 257 additions and 117 deletions

View File

@@ -4,7 +4,7 @@
.gitattributes
# CI/CD
.drone.yml
.drone.yml*
.github
# Documentation
@@ -12,6 +12,7 @@
!README.md
CHANGELOG.md
LICENSE
ОБНОВЛЕНИЯ.md
# IDE
.vscode
@@ -24,9 +25,8 @@ LICENSE
.DS_Store
Thumbs.db
# Node
# Node.js
frontend/node_modules
frontend/dist
frontend/.vite
frontend/npm-debug.log*
frontend/yarn-debug.log*
@@ -46,25 +46,30 @@ backend/pip-delete-this-directory.txt
backend/.pytest_cache
backend/.coverage
backend/htmlcov
daemon/__pycache__
# Data (будет монтироваться как volume)
backend/servers/*
backend/users.json
backend/tickets.json
!backend/servers/.gitkeep
backend/data/*
!backend/data/.gitkeep
# Logs
*.log
logs
logs/*
!logs/.gitkeep
# Environment
# Environment files
.env
.env.local
.env.*.local
backend/.env*
frontend/.env*
daemon/.env*
# Docker
docker-compose.yml
docker-compose.*.yml
Dockerfile
.dockerignore
# Tests
@@ -72,8 +77,35 @@ tests
test
*.test.js
*.spec.js
__tests__
# Build artifacts
build
dist
*.egg-info
.pytest_cache
# Temporary files
tmp
temp
*.tmp
*.temp
# Batch files (Windows specific)
*.bat
# Postman collections
*.postman_collection.json
# Nginx configs (handled separately)
nginx/*
# Keys and certificates
*.key
*.pem
*.crt
*.p12
# Backup files
*.bak
*.backup