Menambahkan beberapa perubahan

This commit is contained in:
2026-06-09 20:26:18 +07:00
parent 311e5579f4
commit 6495336f18
10 changed files with 156 additions and 14 deletions
+12
View File
@@ -0,0 +1,12 @@
FROM php:8.2-apache
RUN docker-php-ext-install mysqli pdo pdo_mysql \
&& a2enmod rewrite headers
COPY . /var/www/html/
RUN chown -R www-data:www-data /var/www/html
COPY docker/apache.conf /etc/apache2/sites-available/000-default.conf
EXPOSE 80