diff --git a/choropleth/Dockerfile b/choropleth/Dockerfile new file mode 100644 index 0000000..1540975 --- /dev/null +++ b/choropleth/Dockerfile @@ -0,0 +1,3 @@ +FROM nginx:alpine +COPY . /usr/share/nginx/html/ +EXPOSE 80 \ No newline at end of file