Nicolas Pierson commited on
🍱 Add the geojson directly to the image for perf
Browse files
Dockerfile
CHANGED
|
@@ -18,6 +18,7 @@ COPY --chown=user requirements.txt ./
|
|
| 18 |
RUN pip3 install -r requirements.txt
|
| 19 |
|
| 20 |
COPY --chown=user README.md ./
|
|
|
|
| 21 |
COPY --chown=user .streamlit/ ./.streamlit/
|
| 22 |
COPY --chown=user src/ ./src/
|
| 23 |
|
|
|
|
| 18 |
RUN pip3 install -r requirements.txt
|
| 19 |
|
| 20 |
COPY --chown=user README.md ./
|
| 21 |
+
COPY --chown=user data/ ./data/
|
| 22 |
COPY --chown=user .streamlit/ ./.streamlit/
|
| 23 |
COPY --chown=user src/ ./src/
|
| 24 |
|
data/processed/referentiel/communes.geojson
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f41b69823d0bd71bbadd4cb28a866fbaed993a0ae42b421c4098ac686b3632b
|
| 3 |
+
size 24419096
|
data/processed/referentiel/departements.geojson
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08e9d2f6524b33ed9bad71a7a5bd95ae3d8ff55785bec1141352b167bb0ec442
|
| 3 |
+
size 1143262
|