diff --git a/Webgis_Choropleth/Dockerfile b/Webgis_Choropleth/Dockerfile new file mode 100644 index 0000000..269c891 --- /dev/null +++ b/Webgis_Choropleth/Dockerfile @@ -0,0 +1,3 @@ +FROM nginx:alpine +COPY . /usr/share/nginx/html +EXPOSE 80