Upload files to "/"

This commit is contained in:
2026-06-12 17:50:39 +00:00
parent 77051fb0c5
commit 11508f5213
5 changed files with 82 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM php:8.2-apache
RUN docker-php-ext-install mysqli pdo pdo_mysql
COPY . /var/www/html/
RUN chown -R www-data:www-data /var/www/html
EXPOSE 80