Fix dockerignore to avoid excluding app files

This commit is contained in:
mindesbunister
2025-07-22 21:53:53 +02:00
parent c24135c91e
commit ef3619627d

View File

@@ -25,8 +25,10 @@ test-*.js
test-*.mjs test-*.mjs
debug-*.js debug-*.js
debug-*.png debug-*.png
*test* test*.js
*debug* test*.mjs
debug*.js
debug*.png
# Cache and temporary files # Cache and temporary files
.cache .cache