Fix Docker build: Allow dashboard source in context
Browse files- .dockerignore +1 -7
.dockerignore
CHANGED
|
@@ -10,15 +10,9 @@ build/
|
|
| 10 |
*.egg
|
| 11 |
MANIFEST
|
| 12 |
|
| 13 |
-
# Dashboard Build (
|
| 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/
|