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:
2026-04-06 17:16:48 +05:00
parent fe248c0994
commit a464a13ebd

7
.dockerignore Normal file
View File

@@ -0,0 +1,7 @@
storage/app/public/
storage/logs/
storage/framework/
node_modules/
vendor/
.git/
postgres/