3405dc21ff
Dockerfile menyajikan Dashboard_Pemetaan_CPMK.html sebagai index.html di root. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
8 lines
206 B
Docker
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
|