This commit is contained in:
2026-04-19 22:12:52 +02:00
parent eacf0ab7fd
commit 5e8fdf8068
12 changed files with 0 additions and 271 deletions

View File

@@ -1,13 +0,0 @@
FROM php:8.3-apache
RUN a2enmod rewrite
RUN docker-php-ext-install pdo_mysql
COPY docker/apache.conf /etc/apache2/sites-available/000-default.conf
COPY . /var/www/html
RUN chown -R www-data:www-data /var/www/html
WORKDIR /var/www/html