Delete Dockerfile

This commit is contained in:
Riku Silvennoinen 2023-10-18 09:38:50 +03:00
parent 8105892e95
commit e25ff06a74

View File

@ -1,20 +0,0 @@
FROM ubuntu/nginx:1.18-22.04_beta
ENV TZ=Europe/Helsinki
RUN apt-get update \
&& apt-get install -y python3-pip \
&& pip3 install geopandas \
&& pip3 install pandas geopy \
&& pip3 install requests \
&& apt-get install nano
COPY index.html /var/www/html/index.html
COPY script.py /var/www/html/script.py
CMD chmod +x /var/www/html/script.py
CMD python3 /var/www/html/script.py