You've already forked wc-bootstrap
Add Docker development environment
Multistage Dockerfile (WooCommerce download, wp-bootstrap npm build, Composer deps, WordPress runtime), Compose stack with MariaDB, and auto-setup entrypoint that installs WordPress and activates the theme on first boot. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
19
.dockerignore
Normal file
19
.dockerignore
Normal file
@@ -0,0 +1,19 @@
|
||||
.git
|
||||
.gitea
|
||||
.github
|
||||
.vscode
|
||||
.claude
|
||||
.idea
|
||||
node_modules
|
||||
vendor
|
||||
releases
|
||||
wp-core
|
||||
wc-core
|
||||
CLAUDE.md
|
||||
PLAN.md
|
||||
SETUP.md
|
||||
*.log
|
||||
*.bak
|
||||
*.po~
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user