Spaces:
Sleeping
Sleeping
Create .dockerignore
Browse files- .dockerignore +6 -0
.dockerignore
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Keep the build context tiny: only the three runtime files are needed.
|
| 2 |
+
# (The Dockerfile downloads depth_mexico.duckdb at build time.)
|
| 3 |
+
*
|
| 4 |
+
!10.11_draw_query_indicators_v10_HF.R
|
| 5 |
+
!helpers.R
|
| 6 |
+
!10.08_styles.css
|