chore: better docker build

This commit is contained in:
2025-11-03 14:15:52 -03:00
parent 966c16e2c2
commit 151cb5088b
3 changed files with 53 additions and 25 deletions

View File

@@ -1,12 +1,34 @@
node_modules/*
dist/*
.k8s/*
.github/*
.gitignore
.dockerignore
Dockerfile
README.md
# Node and build artifacts
node_modules
dist
.DS_Store
npm-debug.log
yarn-error.log
.lock-wscript
# Local env files and editor stuff
.env
.secret
.env.*
.secrets
.secrets.*
.vscode
.idea
*.swp
# Git
.git
.gitignore
# Kubernetes manifests, CI, Dockerfiles (if you intentionally want them out of build context)
.k8s
.github
Dockerfile
# tests and misc
coverage
tests
# keep package files
!package*.json
!package-lock.json