Use inline Docker Compose web build

This commit is contained in:
2026-06-11 16:43:59 +07:00
parent 0e811e098c
commit 4ecc95b5b4
3 changed files with 23 additions and 19 deletions
-11
View File
@@ -1,11 +0,0 @@
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
EXPOSE 80