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
Build and Push Docker Image / build-and-push (push) Failing after 1m1s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user