undockerize project

This commit is contained in:
Araya's Project
2026-06-11 17:33:47 +07:00
parent 2c2636cf45
commit 5854103517
5 changed files with 5 additions and 46 deletions
-12
View File
@@ -1,12 +0,0 @@
FROM php:8.2-apache
RUN a2enmod rewrite
RUN docker-php-ext-install mysqli pdo pdo_mysql
RUN sed -i 's/AllowOverride None/AllowOverride All/g' /etc/apache2/apache2.conf
COPY . /var/www/html/
RUN chown -R www-data:www-data /var/www/html \
&& chmod -R 755 /var/www/html