diff --git a/Dockerfile b/Dockerfile index 68ee4844..50608b92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \ WORKDIR /usr/src/app COPY data /usr/src/app/data +COPY docs /usr/src/app/docs COPY webui /usr/src/app/webui RUN pip install "opencv-python" "pyproj" "folium" "geopy" "streamlit-stl==0.0.2" "osmnx<2.0.0" "fast-simplification" "rasterio" "trimesh" "streamlit" "maps4fs" diff --git a/pyproject.toml b/pyproject.toml index 1aae8849..e0c736ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "maps4fs" -version = "0.9.8" +version = "0.9.9" description = "Generate map templates for Farming Simulator from real places." authors = [{name = "iwatkot", email = "iwatkot@gmail.com"}] license = {text = "MIT License"}