Convert to dockerized repo

This commit is contained in:
2026-02-13 14:27:02 -03:00
parent 7a59019694
commit 1a1f068301
9 changed files with 132 additions and 0 deletions

9
.dockerignore Normal file
View File

@@ -0,0 +1,9 @@
# Avoid sending secrets or dev tooling into the build context
# config/ and plugins/ are included (no secrets; PHP configs read from ENV at runtime)
node_modules
.git
.prettierrc
.prettierignore
*.md
.env
.env.*