diff --git a/Dockerfile b/Dockerfile
index 209a5a99b1..633ee572e1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,9 @@ ARG IMAGE_TAG
RUN mkdir -p /opt/apps /opt/dataease/data/feature/full /opt/dataease/drivers
-ADD mapFiles/* /opt/dataease/data/feature/full/
+RUN cp -r -f mapFiles/* /opt/dataease/data/feature/full/
+
+# ADD mapFiles/* /opt/dataease/data/feature/full/
ADD drivers/* /opt/dataease/drivers/
diff --git a/frontend/src/views/system/SysParam/MapSetting/MapSettingLeft.vue b/frontend/src/views/system/SysParam/MapSetting/MapSettingLeft.vue
index dc66a97c72..a98d018b98 100644
--- a/frontend/src/views/system/SysParam/MapSetting/MapSettingLeft.vue
+++ b/frontend/src/views/system/SysParam/MapSetting/MapSettingLeft.vue
@@ -34,7 +34,7 @@
{{ node.data.name }}
-
+
-
+