Added Docker workflow
All checks were successful
Build & Push Docker Image / build-and-push (push) Successful in 6m23s
All checks were successful
Build & Push Docker Image / build-and-push (push) Successful in 6m23s
This commit is contained in:
36
.dockerignore
Normal file
36
.dockerignore
Normal file
@@ -0,0 +1,36 @@
|
||||
# Dependencies
|
||||
node_modules
|
||||
|
||||
# Next.js build output (rebuilt in Docker)
|
||||
.next
|
||||
|
||||
# Local env files (pass secrets via Docker env, not baked into image)
|
||||
.env.local
|
||||
.env*.local
|
||||
|
||||
# Dev / editor artifacts
|
||||
.git
|
||||
.gitignore
|
||||
*.md
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# Data directories (mounted as volumes)
|
||||
data
|
||||
mc-data
|
||||
backups
|
||||
|
||||
# Test / CI
|
||||
coverage
|
||||
.nyc_output
|
||||
|
||||
# Misc
|
||||
*.tsbuildinfo
|
||||
Reference in New Issue
Block a user