feat: build custom image for backend

This commit is contained in:
2025-12-02 16:19:51 +01:00
parent c99017623b
commit 187b56b464
3 changed files with 28 additions and 3 deletions

9
backend/.dockerignore Normal file
View File

@@ -0,0 +1,9 @@
.git
.env
storage/logs/*
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/views/*
bootstrap/cache/*
.phpunit.result.cache
vendor/*