From ef28d028b6bed236152fa00e4efa7509cd8e2325 Mon Sep 17 00:00:00 2001 From: naukyy Date: Sun, 14 Jun 2026 17:55:15 +0700 Subject: [PATCH] debug coolify --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1a5440c..9961122 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN docker-php-ext-install pdo_mysql mysqli \ # Copy application files COPY portal.html /var/www/html/index.html +COPY portal.html /var/www/html/portal.html COPY webgis_app/ /var/www/html/webgis_app/ COPY db_scripts/ /var/www/html/db_scripts/ COPY 01/ /var/www/html/01/