Merge pull request #6352 from pixelfed/shleeable-patch-2

Docker: Update .dockerignore - Don't copy local storage to container images v2
pull/6354/head^2
dansup 8 months ago committed by GitHub
commit 11b15342ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,9 +1,16 @@
# Folders
.git/
storage/app/public/
# Laravel
## local storage of media excluided from image
!storage/app/public/m/
storage/app/public/m/*
!bootstrap/cache/
bootstrap/cache/*
tests/
# Docker
mariadb-11-data/
redis-data/
tests/
# Packages
node_modules/
vendor/
.ddev/

Loading…
Cancel
Save