From d1ba86475d9390f442a627b3a4ffb03aade8f5f0 Mon Sep 17 00:00:00 2001 From: Shlee Date: Fri, 11 Sep 2026 14:52:16 +0930 Subject: [PATCH] Update .dockerignore --- .dockerignore | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.dockerignore b/.dockerignore index 63bdae564..af876053e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,22 +1,22 @@ # Folders .git/ -storage/app/public/ -mysql-9-data/ -# Laravel ## local storage of media excluided from image !storage/app/public/m/ storage/app/public/m/* +storage/app/public/ +storage/app/story_archives/ +# Laravel !bootstrap/cache/ bootstrap/cache/* tests/ # Docker +mysql-9-data/ mariadb-11-data/ redis-data/ # Packages node_modules/ vendor/ .ddev/ - #Files .gitignore .env @@ -28,7 +28,6 @@ Dockerfile README.md .editorconfig .phpunit.result.cache - # Psalm reports and cache storage/psalm-reports psalm.sarif.json