add Docker setup

This commit is contained in:
Ivo Spijkerman
2025-08-31 16:30:27 +02:00
parent a64f98a3ca
commit cdbf09e5e4
11 changed files with 173 additions and 88 deletions

23
.dockerignore Normal file
View File

@@ -0,0 +1,23 @@
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.phpunit.result.cache
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
.idea
.vscode
.vagrant
.git
.gitea
.gitignore
.gitattributes
*.log
docker-compose.yml
Dockerfile
.dockerignore