Fixed .dockerignore.

This commit is contained in:
2024-05-19 21:01:26 +05:00
parent 1b5f805195
commit 0e93b2e780
2 changed files with 15 additions and 8 deletions

15
app/.dockerignore Normal file
View File

@@ -0,0 +1,15 @@
**/.env
**/*.env
**/.env.example
**/storage/app/*
**/storage/debugbar
**/storage/framework/cache/*
**/storage/framework/sessions/*
**/storage/framework/views/*
**/storage/framework/testing/*
**/storage/logs/*
**/vendor/
**/node_modules/
**/public/build/
**/public/storage