Files
Jim BassoandClaude Opus 4.8 e323a2e882
Build & Push Docker image / test (push) Successful in 40s
Build & Push Docker image / docker (push) Successful in 1m22s
Fix .dockerignore excluding Data source folder
Same root cause as the .gitignore fix, but for the Docker build context:
`**/Data/` stripped the DbContext, entities and migrations out of the image
build, so `docker publish` failed (WishNinja.Data not found). Narrow it to
runtime artifacts only.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
2026-06-11 14:30:03 -05:00

18 lines
288 B
Plaintext

**/bin/
**/obj/
# Keep Data/ source (DbContext, entities, migrations) — only drop runtime artifacts.
**/Data/*.db
**/Data/*.db-shm
**/Data/*.db-wal
**/Data/uploads/
**/Data/keys/
**/smoke-data/
**/data/
**/.vs/
**/.git/
**/*.user
tests/
README.md
docker-compose.yml
unraid-template.xml