feat: Add Dockerfile and initial Docker setup files

This commit is contained in:
komkida91
2026-01-31 16:04:55 +01:00
parent 70c533e755
commit 59812e547e
31 changed files with 7720 additions and 1776 deletions

13
demo/static/test.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Test Customizer</title>
</head>
<body>
<h1>Abre la Consola (F12) y verás los errores del Customizer</h1>
<iframe src="http://localhost:5001/customizer/1" width="100%" height="800px"></iframe>
</body>
</html>