This commit is contained in:
Nama Kamu
2026-06-10 19:40:58 +07:00
parent 9d23137b3f
commit 9404230e0b
42 changed files with 7972 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
FROM php:8.2-apache
RUN docker-php-ext-install mysqli pdo pdo_mysql \
&& a2enmod rewrite
WORKDIR /var/www/html
COPY . /var/www/html/
RUN mkdir -p /var/www/html/05/uploads/bukti \
&& chown -R www-data:www-data /var/www/html