Upload files to "/"

This commit is contained in:
2026-06-10 10:06:38 +00:00
parent 5587f9cdb4
commit 54f97123d5
5 changed files with 391 additions and 389 deletions
+11
View File
@@ -0,0 +1,11 @@
FROM php:8.2-apache
RUN docker-php-ext-install mysqli pdo pdo_mysql
RUN a2enmod rewrite
COPY . /var/www/html/
RUN chown -R www-data:www-data /var/www/html
EXPOSE 80