build: dockerize repo

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2025-10-25 01:21:49 +00:00
parent 6c3701ad32
commit 5640ffa990
3 changed files with 112 additions and 0 deletions

46
.dockerignore Normal file
View File

@@ -0,0 +1,46 @@
# Dependencies
node_modules
npm-debug.log
yarn-error.log
bun.lock
# Build outputs
dist
.turbo
# Development files
.git
.gitignore
.gitattributes
.devcontainer
.vscode
# Environment files
.env
.env.local
.env.*.local
*.p8
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
logs
# Testing
coverage
.nyc_output
# Documentation
README.md
*.md
# CI/CD
.github
.gitlab-ci.yml
# Misc
.editorconfig
core.*