Files
OBE-Mapping/Dockerfile
T
Power BI Dev 3405dc21ff 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>
2026-06-28 21:26:10 +07:00

8 lines
206 B
Docker

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