Fix docker

This commit is contained in:
ericiwamoto 2024-12-23 08:05:18 -08:00 committed by Carlos Felix
commit 682b2d34a7
10 changed files with 111 additions and 54 deletions

View file

@ -21,5 +21,9 @@ def reset_data_directories(
)
# geojson
geojson_path = tribal_data_path / "geojson"
geojson_path = tribal_data_path / "geographic_data"
remove_all_from_dir(geojson_path)
# tiles
tiles_path = tribal_data_path / "tiles"
remove_all_from_dir(tiles_path)