This commit is contained in:
Bastian Wagner
2026-06-17 10:45:09 +02:00
parent 38141c0358
commit c94a02e6d0
51 changed files with 4220 additions and 628 deletions

15
.dockerignore Normal file
View File

@@ -0,0 +1,15 @@
.git
.env
.env.*
**/node_modules
**/dist
**/coverage
**/.angular
**/.cache
**/npm-debug.log*
api/.dockerignore
api/Dockerfile
client/.dockerignore
client/Dockerfile