diff --git a/Dockerfile b/Dockerfile index 5ff0675..02d9b1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,9 @@ RUN apt-get update \ && apt-get install -y python3-pip \ && pip3 install geopandas \ && pip3 install pandas geopy \ - && pip3 install requests + && pip3 install requests \ + && apt-get install nano + COPY index.html /var/www/html/index.html