fix: restart policy for app services, dockerignore for prod image

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BCrwHHnGCB5XH968Nxokqw
This commit is contained in:
nikita.hohlov
2026-09-04 08:42:23 -03:00
parent 10eb65e9c4
commit dd714a4be1
2 changed files with 16 additions and 0 deletions

12
core/.dockerignore Normal file
View File

@@ -0,0 +1,12 @@
.env
.env.*
!.env.example
vendor
node_modules
tests
storage/logs/*
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/views/*
.phpunit.result.cache
.git