mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-01 04:14:25 +01:00
Ignore node_modules in any subdirectory for Docker (#1857)
- Make `node_modules` in `.dockerignore` recursive to not add any `node_modules` folders into the build context
This commit is contained in:
@@ -12,6 +12,6 @@ CTFd/uploads/**/*
|
||||
.gitignore
|
||||
.prettierignore
|
||||
.travis.yml
|
||||
node_modules
|
||||
**/node_modules
|
||||
**/*.pyc
|
||||
**/__pycache__
|
||||
|
||||
Reference in New Issue
Block a user