Add .dockerignore to exclude storage and vendor from build context
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
7
.dockerignore
Normal file
7
.dockerignore
Normal file
@@ -0,0 +1,7 @@
|
||||
storage/app/public/
|
||||
storage/logs/
|
||||
storage/framework/
|
||||
node_modules/
|
||||
vendor/
|
||||
.git/
|
||||
postgres/
|
||||
Reference in New Issue
Block a user