mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-25 08:20:16 -07:00
Fix docker
This commit is contained in:
parent
aa88249f37
commit
682b2d34a7
10 changed files with 111 additions and 54 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue