feat : portal page

This commit is contained in:
unknown
2026-06-10 21:57:16 +07:00
parent f46be0536e
commit 54f54d4123
2 changed files with 98 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
RUN docker-php-ext-install pdo pdo_mysql
# Mengaktifkan modul rewrite pada Apache untuk manajemen URL (praktik keamanan standar)
RUN a2enmod rewrite
RUN a2enmod rewrite
# Menyalin seluruh berkas proyek (HTML, PHP) ke direktori root peladen web di dalam kontainer
COPY . /var/www/html/