fix: dockerfile build and use compose
This commit is contained in:
committed by
Bálint Ujvári
parent
220618f19b
commit
76bf2211ca
@@ -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
|
||||
Reference in New Issue
Block a user