vorbereiten des docker deployments

This commit is contained in:
2025-12-05 19:23:19 +01:00
parent f5da8ed877
commit 01ff8f379b
5 changed files with 310 additions and 0 deletions

15
.dockerignore Normal file
View File

@@ -0,0 +1,15 @@
.git
.git
.gitignore
node_modules
npm-debug.log
yarn.lock
pnpm-lock.yaml
vendor
storage
bootstrap/cache
.env
.env.*
docker-compose*.yml
tests
artifacts