fix: update final code deployment

This commit is contained in:
muthianura
2026-06-15 21:53:17 +07:00
parent 62a5a26fe0
commit 9cc6fcf52d
42 changed files with 177 additions and 23 deletions
+4
View File
@@ -2,6 +2,10 @@ FROM php:8.2-apache
RUN a2enmod rewrite
# The sub-projects connect via mysqli, which isn't bundled in the base image
RUN docker-php-ext-install mysqli pdo_mysql \
&& echo "date.timezone = Asia/Jakarta" > /usr/local/etc/php/conf.d/timezone.ini
COPY . /var/www/html/
RUN chown -R www-data:www-data /var/www/html \