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:
@@ -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
|
||||
Reference in New Issue
Block a user