feat: optimize docker build pipeline with dockerignore, automated entrypoint migrations, and configurable compose image
Build and Push Docker Image / build-and-push (push) Failing after 1m1s

This commit is contained in:
2026-08-21 16:59:24 +09:00
parent 364ff4c4e8
commit 9beaebb5d8
6 changed files with 69 additions and 17 deletions
+35
View File
@@ -0,0 +1,35 @@
# Dependencies & Build Output
node_modules
.next
out
# Git & Version Control
.git
.gitignore
# Environment & Secret Files
.env
.env*.local
*.pem
# Log Files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# AI & Editor Contexts
.clinecontext
.cline-context.md
.clinerules
src/.clinerules
CLAUDE.md
# Documentation & CI Workflows (not needed inside container image)
.gitea
docker-compose*.yml
# Local Dev DBs
prisma/dev
prisma/*.db
prisma/*.db-journal