chore(docker): add docker support

This commit is contained in:
2026-02-05 16:03:38 +01:00
parent 207a6d5a7c
commit 3993fb7fc3
11 changed files with 729 additions and 0 deletions

34
.dockerignore Normal file
View File

@@ -0,0 +1,34 @@
.git
.gitignore
.gitattributes
.github
.editorconfig
*.md
LICENSE*
SECURITY*
TRADEMARKS*
.env
.env.*
!.env.example
docker-compose*.yml
Dockerfile*
vendor/
node_modules/
storage/logs/*
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/views/*
storage/app/*
bootstrap/cache/*
tests/
phpunit.xml
.phpunit*
*.log
*.cache