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:
12
core/.dockerignore
Normal file
12
core/.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user