From 7944ce5597d4eec424e2b1064a4b5c3ffc28ca07 Mon Sep 17 00:00:00 2001 From: L4zyL4mb Date: Sat, 13 Jun 2026 11:51:31 +0700 Subject: [PATCH] Tambah Dockerfile Choropleth --- Webgis_Choropleth/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Webgis_Choropleth/Dockerfile 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