- Next.js 16 app with React 19 and Tailwind CSS 4 - Multi-stage Dockerfile (node:20-alpine build → nginx:alpine runtime) - docker-compose.yml for container orchestration - nginx.conf for container-level configuration - GitHub Actions CI/CD workflow for automated deployment - .dockerignore and .gitignore configured Co-Authored-By: Paperclip <noreply@paperclip.ing>
8 lines
49 B
Plaintext
8 lines
49 B
Plaintext
node_modules
|
|
.next
|
|
.git
|
|
*.md
|
|
.env*
|
|
.vscode
|
|
.idea
|