Fix dockerignore to avoid excluding app files
This commit is contained in:
@@ -25,8 +25,10 @@ test-*.js
|
||||
test-*.mjs
|
||||
debug-*.js
|
||||
debug-*.png
|
||||
*test*
|
||||
*debug*
|
||||
test*.js
|
||||
test*.mjs
|
||||
debug*.js
|
||||
debug*.png
|
||||
|
||||
# Cache and temporary files
|
||||
.cache
|
||||
|
||||
Reference in New Issue
Block a user