Tambah Dockerfile (nginx) dan README untuk deploy Coolify

Dockerfile menyajikan Dashboard_Pemetaan_CPMK.html sebagai index.html di root.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Power BI Dev
2026-06-28 21:26:10 +07:00
parent 19409c4d21
commit 3405dc21ff
2 changed files with 67 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM nginx:alpine
# Dashboard static single-page (tanpa backend) disajikan di root "/"
COPY Dashboard_Pemetaan_CPMK.html /usr/share/nginx/html/index.html
# Target routing / health check Coolify
EXPOSE 80