From be08e4778797437531d0b80f3c5560e9bf8c3edf Mon Sep 17 00:00:00 2001 From: cygouw Date: Sat, 13 Jun 2026 11:48:48 +0700 Subject: [PATCH] choropleth: add Dockerfile --- choropleth/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 choropleth/Dockerfile 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