choropleth: add Dockerfile

This commit is contained in:
cygouw
2026-06-13 11:48:48 +07:00
parent 01cea7eae1
commit be08e47787
+3
View File
@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html/
EXPOSE 80