edit files

This commit is contained in:
2026-06-10 19:19:01 +07:00
parent 7dca9d03db
commit 9bc334ee33
5 changed files with 2 additions and 34 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM php:8.2-apache
RUN docker-php-ext-install mysqli pdo pdo_mysql \
&& a2enmod rewrite
COPY . /var/www/html/
RUN mkdir -p /var/www/html/05/webgis_uas_FIXED_v2/webgis_uas_FIXED/uploads/bukti \
&& chown -R www-data:www-data /var/www/html