fix: dockerfile build and use compose

This commit is contained in:
Balint Ujvari
2026-03-11 18:44:11 +01:00
committed by Bálint Ujvári
parent 220618f19b
commit 76bf2211ca
5 changed files with 76 additions and 13 deletions
+47
View File
@@ -0,0 +1,47 @@
# Dependencies and build outputs
node_modules
build
lib
# Git
.git
.gitignore
# CI/CD and tooling
.github
.husky
tests
# Documentation
docs
*.md
LICENSE
CODE_OF_CONDUCT.md
CODEOWNERS
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
# Environment files
.env
.env.local
.env.development
# OS files
.DS_Store
# IDE
.vscode
.idea
*.swp
*.swo
*~
# Coverage
coverage
# Dev scripts
desktop.mjs
utils