ArshVerma commited on
Commit
2520b1e
·
1 Parent(s): f8670cd

Fix Docker build: Allow dashboard source in context

Browse files
Files changed (1) hide show
  1. .dockerignore +1 -7
.dockerignore CHANGED
@@ -10,15 +10,9 @@ build/
10
  *.egg
11
  MANIFEST
12
 
13
- # Dashboard Build (Must be built inside Docker to avoid local skew)
14
  static/dashboard/
15
  dashboard/node_modules/
16
- dashboard/src/
17
- dashboard/public/
18
- dashboard/tests/
19
- dashboard/*.json
20
- dashboard/*.config.js
21
- dashboard/*.config.ts
22
 
23
  # Virtual Environment
24
  venv/
 
10
  *.egg
11
  MANIFEST
12
 
13
+ # Dashboard Build (Keep node_modules out of context, but allow source for builder)
14
  static/dashboard/
15
  dashboard/node_modules/
 
 
 
 
 
 
16
 
17
  # Virtual Environment
18
  venv/