add all project files
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
FROM php:8.2-apache
|
||||
|
||||
# Install ekstensi mysqli untuk koneksi ke database
|
||||
RUN docker-php-ext-install mysqli && docker-php-ext-enable mysqli
|
||||
|
||||
# Aktifkan mod_rewrite Apache (berguna untuk URL yang bersih/routing)
|
||||
RUN a2enmod rewrite
|
||||
|
||||
# Update permissions
|
||||
RUN chown -R www-data:www-data /var/www/html
|
||||
Reference in New Issue
Block a user