From 5814e1bf5d287a7742b984fdbf4d6a5b5c70e9f7 Mon Sep 17 00:00:00 2001 From: Stan Soldatov Date: Sat, 7 Dec 2024 11:44:58 +0100 Subject: [PATCH] Dockerfile update and version udpate. --- Dockerfile | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"}